Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • nested_layouts ... this in mind we can conclude that every layout must know it's outer layout and thus information about outer layout must be embeded directly into inner layout. Controller doesn't need to know about the whole stack of layouts, so you should just specify the ...
  • tinyapps ... now, it is believed to run on any POSIX compatible platform so it can be run even on small embeded systems; * lesspipe - an input processor for less pager which automatically decompresses compressed files, list contents of archives, ...
  • unindent ... . ### Summary Simple Ruby method, `String#unindent`, to unindent strings. Useful for multi-line strings embeded in already indented code. ### Examples ```ruby class Profile def default_text <<-STR Anonymous Coward - Community Guest ...
  • Lichen ... to bin-debug folder and open any html files under that folder. You may need to change the font family being embeded if your system does not have helvetica installed 2. BioNetwork Parameters Documentaton had been moved to: http://ryanbressler.github. ...
  • MongooseDaemon ... startMongooseDaemon:@"8080"]; ... - (void)dealloc { ... [mongooseDaemon stopMongooseDaemon]; [mongooseDaemon release]; ... } And that's it...an embeded http server with only about 9 lines of code! TODO ======= 1) Add a helper method ...
  • nested-layouts ... this in mind we can conclude that every layout must know it's outer layout and thus information about outer layout must be embeded directly into inner layout. Controller doesn't need to know about the whole stack of layouts, so you should just specify the ...
  • jquery.links2objects Changes links to youtube videos, flickr pictures into embeded objects links2objects License: LGPL Author: Maciej Litwiniuk Webpage: http://galdomedia.pl/
  • raw ... a fully programmable source transformation pipeline. For example a pipeline component transforms a standard XHTML document with embeded ruby-code processing instructions to Ruby code. Another component could apply XSLT transformation at compile ...
  • rails_tiny_mce ... imagepath match = body.match(/img src="(.+)" border/) $1 if match end ``` And use *post.imagepath* to get url of image embeded in post content ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` ...
  • py2exepp ... stripped version of python interpreter, renamed according your script name (so script.exe instead of python.exe). Your script is embeded inside of the .exe file resources and executed during the start of the exe. All dependent python modules are compiled ...