This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <stdio.h> | |
| #define ONE 5 | |
| #define TWO 2 | |
| #define THREE 3 | |
| typedef struct { | |
| unsigned int temp; | |
| } rah; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | javascript:(function(){ | |
| var TEMP = -1; | |
| var HTML = ''; | |
| while(mine = TralbumData.trackinfo[++TEMP]) { | |
| HTML += '<a href="' + mine.file + '" target="_blank">' + mine.title + '</a><br/>' + "\n"; | |
| } | |
| var newdiv = document.createElement('div'); | |
| newdiv.setAttribute('id', 'helloWorld'); | |
| newdiv.style.background = "#000"; | |
| newdiv.innerHTML = HTML; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/perl | |
| # run with; | |
| # perl perlObf.pl inputFile.pl > outpuFile.pl | |
| use Digest::MD5 qw(md5_hex); | |
| while( <> ) { | |
| while(/([\$\%\@]#?)([A-Za-z]\w+)/gm) { | |
| if($2 ne 'ARGV') { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/perl | |
| # read from object file, output all variable names and types. | |
| # object needs to be compiled with -g CFLAG | |
| if($ARGV[0] eq '') { | |
| print "need to specify an objectfile\n"; | |
| } | |
| else { | |
| $objfile = $ARGV[0]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* change Facebook wall font size | |
| /* copy this into the javaConsole in your browser with facebook open | |
| and press enter */ | |
| /* in Chrome this is opened by View | Developer | JavaScript Console | |
| choose 'Console' (furthest right tab) and paste all of this in */ | |
| /* in Safari this is a bit trickier, you need to enable hidden debug | |
| menu, in Terminal enter: | |
| defaults write com.apple.Safari IncludeDebugMenu 1 | |
| Then restart Safari, open with Develop | Start Debugging JavaScript | 
NewerOlder