Skip to content

Instantly share code, notes, and snippets.

View wikibook's full-sized avatar

위키북스 wikibook

View GitHub Profile
{
"auto_upgrade_last_run": null,
"installed_packages":
[
"AdvancedNewFile",
"ApacheConf.tmLanguage",
"ApplySyntax",
"Bower",
"BracketHighlighter",
"Codecs33",
@fetep
fetep / genhttplogs.rb
Created March 14, 2012 15:32
apache log generator
#!/usr/bin/ruby
class IPGenerator
public
def initialize(session_count, session_length)
@session_count = session_count
@session_length = session_length
@sessions = {}
end