RubyFlow The Ruby and Rails community linklog

Programming Language detection of files & blobs

Linguist can do that … but it requires lot of dependencies (including pygments, which needs python). If you just need plain language detection, check out the dependency free language sniffer

Comments

cmd(‘bind space “’..arg[1]..’ ‘..arg[2]..’”’) cl=getBaseAddr(“client.dll”) guibase=getBaseAddr(“vgui2.dll”) –vguimatsurface inputbase=getBaseAddr(“inputsystem.dll”) function jump(bool) cmd((bool and “+” or “-“)..”jump”) end ground=loadstring(“return readmem(cl+0x524450,4)~=-1”) jump(false) jump(true) wait(30) jump(false) while keyDown(35)==0 do
while keyDown(32)~=0 do jump(ground()) tog= not tog wait(1) end cmd(“bind space +jump”) wait(30) jump(false) end

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in