repo
string
commit
string
message
string
diff
string
drmohundro/presentations
71360de74f06ef946553833d6ffb9ff1ae9d82d5
Add in brief history code samples
diff --git a/brief-history-of-threading/examples/01 - NoThreadingAtAll/NoThreadingAtAll.App/MainForm.Designer.cs b/brief-history-of-threading/examples/01 - NoThreadingAtAll/NoThreadingAtAll.App/MainForm.Designer.cs new file mode 100644 index 0000000..6141bff --- /dev/null +++ b/brief-history-of-threading/examples/01 - ...
drmohundro/presentations
7093114537e7baef6d15edfc326336a45c444025
Minor title fixes
diff --git a/es6-in-rails/index.html b/es6-in-rails/index.html index 4152cef..9cd8bfb 100755 --- a/es6-in-rails/index.html +++ b/es6-in-rails/index.html @@ -1,85 +1,85 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> - <title>Introduction to Swift - by David Mohundro</title> + <titl...
drmohundro/presentations
2256cc7c7f12cd1f558a00f833fc53f05ff98803
Add note about viewing presentations live.
diff --git a/README.md b/README.md index c1ff483..4d02e14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Presentations I've Given... This repo contains various code samples, presentations, and resources. Feel free to shoot me any questions you have. + +Most of these presentations use [Reveal.js](https://...
drmohundro/presentations
41c78fb40c956632e4da989ada4c12ae89cb4d15
Minor updates to latest .NET, etc.
diff --git a/inconceivable-threading/samples/01 - NoThreadingAtAll/NoThreadingAtAll.App/MainForm.cs b/inconceivable-threading/samples/01 - NoThreadingAtAll/NoThreadingAtAll.App/MainForm.cs index fdd3d47..87d55eb 100644 --- a/inconceivable-threading/samples/01 - NoThreadingAtAll/NoThreadingAtAll.App/MainForm.cs +++ b/i...
drmohundro/presentations
7010d1c61a7c13105f4178b8b5df031fe4d283b1
Fix some misspellings, etc. in modern threading
diff --git a/inconceivable-threading/basics.md b/inconceivable-threading/basics.md index 3a281d8..558473d 100644 --- a/inconceivable-threading/basics.md +++ b/inconceivable-threading/basics.md @@ -1,237 +1,237 @@ # Threading Basics <..> ## Example 01: No (Additional) Threading <div style="float: left; width: ...
drmohundro/presentations
6d9a31888b3d28bfd7d468c36ad14b8955a099ff
Added minor async diff notes
diff --git a/.gitignore b/.gitignore index 31b4dbe..f074cc2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ archive the-power-of-powershell/src/example-scripts/proprietary bin obj *.csproj.user *.cache *.suo +*.swp diff --git a/inconceivable-threading/modern.md b/inconceivable-threading/modern.md index ...
drmohundro/presentations
251abadfc194eaabc8e1116d5b8581417ab8a4cb
Default notes font size to 14 instead of 24
diff --git a/inconceivable-threading/plugin/notes/notes.html b/inconceivable-threading/plugin/notes/notes.html index 847499d..84aa7e4 100755 --- a/inconceivable-threading/plugin/notes/notes.html +++ b/inconceivable-threading/plugin/notes/notes.html @@ -1,267 +1,267 @@ <!doctype html> <html lang="en"> <head> <met...
drmohundro/presentations
4765aed6a8c1d61115b4311cb40c14375df79f37
Default to 'linear' transitions
diff --git a/inconceivable-threading/index.html b/inconceivable-threading/index.html index d72c28c..bf43b27 100755 --- a/inconceivable-threading/index.html +++ b/inconceivable-threading/index.html @@ -1,92 +1,92 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Inconceivable Th...
drmohundro/presentations
1b9bece12c78e80e0875d984f9ee84b6f3b0d0b8
Upgraded to hljs v8.
diff --git a/inconceivable-threading/index.html b/inconceivable-threading/index.html index 895bfc0..d72c28c 100755 --- a/inconceivable-threading/index.html +++ b/inconceivable-threading/index.html @@ -1,101 +1,92 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Inconceivable T...
drmohundro/presentations
b494352ab2fa66fe4a3079b1c30a9e00f98b59cf
Added a few more code samples, closing notes
diff --git a/inconceivable-threading/basics.md b/inconceivable-threading/basics.md index 65c39a5..3a281d8 100644 --- a/inconceivable-threading/basics.md +++ b/inconceivable-threading/basics.md @@ -1,212 +1,237 @@ # Threading Basics <..> ## Example 01: No (Additional) Threading <div style="float: left; width: ...
drmohundro/presentations
d6290674ad4f1f2eda5b686808e9f32d641b2cca
Customize highlightjs usage
diff --git a/inconceivable-threading/basics.md b/inconceivable-threading/basics.md index 0f7d1e5..65c39a5 100644 --- a/inconceivable-threading/basics.md +++ b/inconceivable-threading/basics.md @@ -1,203 +1,212 @@ # Threading Basics <..> ## Example 01: No (Additional) Threading <div style="float: left; width: ...
drmohundro/presentations
6474386499b51d725136d8f64b2722d818e681b8
Move IAsyncResult samples under 'basics'
diff --git a/inconceivable-threading/basics.md b/inconceivable-threading/basics.md index 3dee3b6..0f7d1e5 100644 --- a/inconceivable-threading/basics.md +++ b/inconceivable-threading/basics.md @@ -1,167 +1,203 @@ # Threading Basics <..> ## Example 01: No (Additional) Threading <div style="float: left; width: ...
drmohundro/presentations
c5c21f9d65a1e427cda4e884b33d70d6f2f1dde3
Added code for samples
diff --git a/inconceivable-threading/modern.md b/inconceivable-threading/modern.md index d7f149c..263bf43 100644 --- a/inconceivable-threading/modern.md +++ b/inconceivable-threading/modern.md @@ -1,251 +1,252 @@ # Modern Threading <..> ## Example 05: IAsyncResult * Sometimes called the [Asynchronous Programm...
drmohundro/presentations
03d67e91a70dd546932d5c40aa68b792afdfd389
Fix example numbering
diff --git a/inconceivable-threading/modern.md b/inconceivable-threading/modern.md index 66849a9..d7f149c 100644 --- a/inconceivable-threading/modern.md +++ b/inconceivable-threading/modern.md @@ -1,251 +1,251 @@ # Modern Threading <..> ## Example 05: IAsyncResult * Sometimes called the [Asynchronous Programm...
drmohundro/presentations
fa21bc7f89cdbfb3d23b1dc374134a1ddae8284e
Fix repeating slides sections
diff --git a/applied-powershell/index.html b/applied-powershell/index.html index 951dba7..42e8ef6 100644 --- a/applied-powershell/index.html +++ b/applied-powershell/index.html @@ -1,94 +1,88 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Applied PowerShell - by David Mohundro</t...
drmohundro/presentations
aa2097553b251fe471bcb1c2115dbe5a5b1a34ad
Add minor notes around PowerShell validate attributes
diff --git a/applied-powershell/intro-syntax.md b/applied-powershell/intro-syntax.md index 65c94d7..45774b6 100644 --- a/applied-powershell/intro-syntax.md +++ b/applied-powershell/intro-syntax.md @@ -1,173 +1,174 @@ # Syntax Overview <..> ## Variables # types aren't required... $aStringVar = 'hello ...
drmohundro/presentations
4f607f6178937edbb41caf1608916d3bafeb5f2d
Added link to github repo
diff --git a/applied-powershell/conclusion.md b/applied-powershell/conclusion.md index 22825fe..c58f15d 100644 --- a/applied-powershell/conclusion.md +++ b/applied-powershell/conclusion.md @@ -1,25 +1,27 @@ # Wrapping up <..> ## You can do far more with PowerShell Remote PowerShell (like SSH), Jobs, Transacti...
drmohundro/presentations
d3ce9103afd5b0df10b0f57cb1abebc12a84db0c
Added get-weather examples
diff --git a/applied-powershell/samples/get-weather/Get-Weather.ps1 b/applied-powershell/samples/get-weather/Get-Weather.ps1 new file mode 100644 index 0000000..8f308f3 --- /dev/null +++ b/applied-powershell/samples/get-weather/Get-Weather.ps1 @@ -0,0 +1,43 @@ +<# +.Synopsis + Gets the weather by zipcode +.Descri...
drmohundro/presentations
83aabd7ab3911067c8580aa490395eecdc43ccda
Wrapping up slides
diff --git a/applied-powershell/advanced-modules.md b/applied-powershell/advanced-modules.md index e7c673f..d82873c 100644 --- a/applied-powershell/advanced-modules.md +++ b/applied-powershell/advanced-modules.md @@ -1,73 +1,73 @@ # PowerShell Modules <..> ## What are they? <blockquote>A module is a set of re...
drmohundro/presentations
5d3bb6692d0c7f48b27aebbf2cabe047323d3fff
Added notes about CD and more automation
diff --git a/applied-powershell/index.html b/applied-powershell/index.html index dabe7d2..a5a19d8 100644 --- a/applied-powershell/index.html +++ b/applied-powershell/index.html @@ -1,91 +1,93 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Applied PowerShell - by David Mohundro</t...
drmohundro/presentations
2a51c0cdcebeb0298279dfb7c40fa8e4212c127d
Added psake slides.
diff --git a/applied-powershell/index.html b/applied-powershell/index.html index a70773f..dabe7d2 100644 --- a/applied-powershell/index.html +++ b/applied-powershell/index.html @@ -1,86 +1,91 @@ <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Applied PowerShell - by David Mohundro</t...
drmohundro/presentations
5934e6078f678d2ff8ae28a81b00c09f674fcee4
Added PowerShellHoster sample
diff --git a/applied-powershell/samples/PowerShellHoster/PowerShellHoster.App/App.config b/applied-powershell/samples/PowerShellHoster/PowerShellHoster.App/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/applied-powershell/samples/PowerShellHoster/PowerShellHoster.App/App.config @@ -0,0 +1,6 ...
drmohundro/presentations
b165c5c1e2c822daf64f41a1e6843709b50ca8fb
Added hosting slides.
diff --git a/applied-powershell/advanced-hosting.md b/applied-powershell/advanced-hosting.md new file mode 100644 index 0000000..be53687 --- /dev/null +++ b/applied-powershell/advanced-hosting.md @@ -0,0 +1,73 @@ +# Hosting PowerShell + +<..> + +## So, can we use PowerShell from C#? + +### Absolutely! + +![Yes!](/image...
bmitchelmore/jquery.plugins
d6c3d10495ce0c9cbc7acdbe78f02c80b0fb9c07
Create jquery.highlightFade.js
diff --git a/jquery.highlightFade.js b/jquery.highlightFade.js new file mode 100644 index 0000000..600cfe1 --- /dev/null +++ b/jquery.highlightFade.js @@ -0,0 +1,150 @@ +/** + * jQuery Plugin highlightFade (jquery.offput.ca/highlightFade) + * (c) 2006 Blair Mitchelmore (offput.ca) blair@offput.ca + */ +/** + * This i...
bmitchelmore/jquery.plugins
4db0d265579c80c080d5ab63b3567c43d6df0505
Create jquery.timers.js
diff --git a/jquery.timers.js b/jquery.timers.js new file mode 100644 index 0000000..bb51157 --- /dev/null +++ b/jquery.timers.js @@ -0,0 +1,138 @@ +/** + * jQuery.timers - Timer abstractions for jQuery + * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) + * Licensed under the WTFPL (http://sam.zo...
bmitchelmore/jquery.plugins
603a0b1cea4747879f39eddf447f9dd066dd67e7
Updating to newest version
diff --git a/jquery.query.js b/jquery.query.js index 6983efe..98f437a 100644 --- a/jquery.query.js +++ b/jquery.query.js @@ -1,211 +1,224 @@ -/** - * jQuery.query - Query String Modification and Creation for jQuery - * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) - * Licensed under the WTFPL (h...
bmitchelmore/jquery.plugins
b189813e44f197d7cb145ef6a154359f95ec4b8f
adding query string object
diff --git a/jquery.query.js b/jquery.query.js new file mode 100644 index 0000000..6983efe --- /dev/null +++ b/jquery.query.js @@ -0,0 +1,211 @@ +/** + * jQuery.query - Query String Modification and Creation for jQuery + * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) + * Licensed under the WTFP...
ezodude/ascii-tweets
fea89b58be7e834493d9e79b6818d1679903799c
Adding the actual code
diff --git a/twitter_art.rb b/twitter_art.rb new file mode 100644 index 0000000..04cd224 --- /dev/null +++ b/twitter_art.rb @@ -0,0 +1,39 @@ +# encoding: utf-8 + +require "rubygems" +require "rest_client" +require "json" +require "nokogiri" + +TWEET_TEXT_FONTS = %w(rozzo big fuzzy bulbhead speed nancyj-fancy gothic cos...
hef/likewise-to-AD-unix-sync
b1b44bfc8bfd15b3450d97bbb36d7fb2735daf88
added shell
diff --git a/update.pl b/update.pl index eefa719..3f17184 100755 --- a/update.pl +++ b/update.pl @@ -1,96 +1,97 @@ #!/usr/bin/perl use strict; use Net::LDAP; use Term::ReadKey; use warnings; my $returncode = `getent passwd`; my @lines = split(/\n/, $returncode); #get credentials my $user = $ENV{USER}; ...
hef/likewise-to-AD-unix-sync
5cb7156e60e1504ef20bb4ccc8d55b4931dba338
chagned gid
diff --git a/update.pl b/update.pl index 1736158..eefa719 100755 --- a/update.pl +++ b/update.pl @@ -1,95 +1,96 @@ #!/usr/bin/perl use strict; use Net::LDAP; use Term::ReadKey; use warnings; my $returncode = `getent passwd`; my @lines = split(/\n/, $returncode); #get credentials my $user = $ENV{USER}; ...
hef/likewise-to-AD-unix-sync
d8b93ca4776cd543a037b84734e875aae83f7e3c
kind of works now
diff --git a/update.pl b/update.pl index fe178ad..1736158 100755 --- a/update.pl +++ b/update.pl @@ -1,55 +1,95 @@ #!/usr/bin/perl use strict; use Net::LDAP; use Term::ReadKey; use warnings; my $returncode = `getent passwd`; my @lines = split(/\n/, $returncode); #get credentials my $user = $ENV{USER}; ...
hef/likewise-to-AD-unix-sync
0a0bd0c52e7b6e51ac23d1adb2dd3269afcaa2d9
ignoreing .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1377554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.swp
hef/likewise-to-AD-unix-sync
f4e370df15b8eaee18bbf95bf6a1c772c1e94920
making progress
diff --git a/ad.pl b/ad.pl index 7980cfd..f144c71 100755 --- a/ad.pl +++ b/ad.pl @@ -1,26 +1,28 @@ #!/usr/bin/perl use strict; use Net::LDAP; use Term::ReadKey; use warnings; my $user = $ENV{USER}; print "Password: "; ReadMode 'noecho'; my $password = ReadLine(0); chomp($password); ReadMode 'normal'; pr...
hef/likewise-to-AD-unix-sync
4782dd85ee2fa7f221bb1c223df1af3a58f64784
added some getent code
diff --git a/getent.pl b/getent.pl new file mode 100755 index 0000000..e7094ad --- /dev/null +++ b/getent.pl @@ -0,0 +1,18 @@ +#!/usr/bin/perl +use strict; + +use Net::LDAP; +use Term::ReadKey; +use warnings; + +my $returncode = `getent passwd`; + +my @lines = split(/\n/, $returncode); + + +foreach my $line (@lines) +{...
kiwanami/emacs-id-manager
af133aaafae314fa0d746274e28f0941cba230c0
Add optional argument "input-string" to idm-helm-command
diff --git a/id-manager.el b/id-manager.el index fc63c33..2e298ef 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,831 +1,844 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011, 2013 SAKURAI Masashi ;; Time-stamp: <2015-06-06 12:38:31 sakurai> ;; Author: SAKURAI Masashi <m.sa...
kiwanami/emacs-id-manager
576d106ef9340864b44ff2cdf799bb1053aa216b
Write file variables line only if they are set
diff --git a/id-manager.el b/id-manager.el index 3da38b3..fc63c33 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,706 +1,707 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011, 2013 SAKURAI Masashi ;; Time-stamp: <2015-06-06 12:38:31 sakurai> ;; Author: SAKURAI Masashi <m.sa...
kiwanami/emacs-id-manager
bef6cdea2742bc51dfa0b4fc7300f3ad3df32fb6
Allow idm-helm-command to use migemo
diff --git a/id-manager.el b/id-manager.el index 2607993..ecd261b 100644 --- a/id-manager.el +++ b/id-manager.el @@ -300,524 +300,525 @@ recording." "Display passwords switch. If this variable is non-nil, some functions show the password as plain text.") (defun idm-toggle-show-password () "Toggle the switch...
kiwanami/emacs-id-manager
02258d09b4e0f9511e543c4a4e6433ad01090cea
Use helm-build-sync-source in idm-helm-command
diff --git a/id-manager.el b/id-manager.el index ac23f13..2607993 100644 --- a/id-manager.el +++ b/id-manager.el @@ -271,562 +271,553 @@ The object is a dispatch function. One can access the methods (line-end-position)))) (funcall task line) (forward-line 1) (no...
kiwanami/emacs-id-manager
d751c2acd3d8298a0eade9ef8144ebd6d6ea13ca
When copying to the clipboard, reset the expire timer
diff --git a/id-manager.el b/id-manager.el index ac23f13..a315aa2 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,832 +1,838 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011, 2013 SAKURAI Masashi ;; Time-stamp: <2015-06-06 12:38:31 sakurai> ;; Author: SAKURAI Masashi <m.sa...
kiwanami/emacs-id-manager
0d968929bbaff813dd7e098c7f69e0b54434ce09
add: customize variable for password generation function
diff --git a/id-manager.el b/id-manager.el index 26159c5..ac23f13 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,821 +1,832 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011, 2013 SAKURAI Masashi -;; Time-stamp: <2013-12-17 10:22:03 sakurai> +;; Time-stamp: <2015-06-06 12:38:3...
kiwanami/emacs-id-manager
0cc3fcb57ef0a7862cdc64f6f8e5bfe2241f5a21
Add "Copy ID"
diff --git a/id-manager.el b/id-manager.el index 60f2dc7..26159c5 100644 --- a/id-manager.el +++ b/id-manager.el @@ -95,714 +95,727 @@ (defvar idm-gen-password-cmd "head -c 10 < /dev/random | uuencode -m - | tail -n 2 |head -n 1 | head -c10") ;; "openssl rand 32 | uuencode -m - | tail -n 2 |head -n 1 | head -c1...
kiwanami/emacs-id-manager
682c629ee3bc3b2ce75377224ad4f055cdfa5a2f
anything -> helm
diff --git a/id-manager.el b/id-manager.el index f9ff397..60f2dc7 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,808 +1,808 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011, 2013 SAKURAI Masashi ;; Time-stamp: <2013-12-17 10:22:03 sakurai> ;; Author: SAKURAI Masashi <m.sa...
kiwanami/emacs-id-manager
73df412c78d11a9730527a88edaaa122845910c4
clean up trailing spaces.
diff --git a/id-manager.el b/id-manager.el index d1d8a58..f9ff397 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,808 +1,808 @@ -;;; id-manager.el --- id-password management +;;; id-manager.el --- id-password management -;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-21 21:32:13 sak...
kiwanami/emacs-id-manager
42629b1ea240dc91f6059b09cb5c31d599755f83
add: expiring the clipboard content automatically.
diff --git a/id-manager.el b/id-manager.el index cacd078..d1d8a58 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,796 +1,808 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi ;; Time-stamp: <2011-02-21 21:32:13 sakurai> ;; Author: SAKURAI Masashi <m.sakurai...
kiwanami/emacs-id-manager
2b084b84a0439236c31cdc31d30df9e902484c67
add: preserving file variables.
diff --git a/id-manager.el b/id-manager.el index c437c4c..cacd078 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,741 +1,755 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi ;; Time-stamp: <2011-02-21 21:32:13 sakurai> ;; Author: SAKURAI Masashi <m.sakurai...
kiwanami/emacs-id-manager
b5beb745a54d2275a6e6cbe5a5e7bc998e5f349b
fixed compile warnings
diff --git a/id-manager.el b/id-manager.el index d175475..c437c4c 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,782 +1,782 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-20 00:01:36 sakurai> +;; Time-stamp: <2011-02-21 21:32:13 sak...
kiwanami/emacs-id-manager
342fbb451f076b941de2182176f4b9cfb22a20e9
fixed some documents
diff --git a/id-manager.el b/id-manager.el index f2c01a5..d175475 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,539 +1,539 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-19 23:56:38 sakurai> +;; Time-stamp: <2011-02-20 00:01:36 sak...
kiwanami/emacs-id-manager
aac4fcae87bf477fadf80b7730af1251833fd0fc
added readme
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..181dd8a --- /dev/null +++ b/readme.md @@ -0,0 +1,52 @@ +# ID-password manager + +## What is id-manager? + +This utility manages a ID-password list and generates passwords. + +The ID-password DB is saved in a tab-separated file. The default file nam...
kiwanami/emacs-id-manager
9c8138eaa4d19242b817fd0015131cbf7226a066
fixed typo
diff --git a/id-manager.el b/id-manager.el index 163f4d9..f2c01a5 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,547 +1,547 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-19 23:29:25 sakurai> +;; Time-stamp: <2011-02-19 23:56:38 sak...
kiwanami/emacs-id-manager
849c9e40d9b38e0acc1261a9e673b7159eaa02ef
refactoring: anything interface
diff --git a/id-manager.el b/id-manager.el index 344263b..163f4d9 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,780 +1,782 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-19 23:18:32 sakurai> +;; Time-stamp: <2011-02-19 23:29:25 sak...
kiwanami/emacs-id-manager
e5ce1a3d0d25c55dd233bfdf587d5a4aa1df1c5d
added: duplication error check during adding new record.
diff --git a/id-manager.el b/id-manager.el index c4fc216..344263b 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,774 +1,780 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-19 23:00:19 sakurai> +;; Time-stamp: <2011-02-19 23:18:32 sak...
kiwanami/emacs-id-manager
57daeb85e25d85b8e3d399d6b4dbf4081416774d
improved: add a record with widget interface. (widget replacing is completed) improved: cursor position saving during updating record list.
diff --git a/id-manager.el b/id-manager.el index 57d6c3f..c4fc216 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,758 +1,774 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi -;; Time-stamp: <2011-02-19 14:28:37 sakurai> +;; Time-stamp: <2011-02-19 23:00:19 sak...
kiwanami/emacs-id-manager
af085508d343e5ed5f489d279ca56086bb7d3f86
improved: editing fields with widget interface. (in progress)
diff --git a/id-manager.el b/id-manager.el index 95b1b51..57d6c3f 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,717 +1,758 @@ ;;; id-manager.el --- id-password management -;; Copyright (C) 2009 SAKURAI Masashi -;; Time-stamp: <2010-12-18 14:25:02 sakurai> +;; Copyright (C) 2009, 2010, 2011 SAKURAI Masashi ...
kiwanami/emacs-id-manager
b59863678a29a5dd88ff2ba24f67683fefc0bcdc
bug fixed: wrong truncate-partial-width-windows.
diff --git a/id-manager.el b/id-manager.el index 98c4bcd..95b1b51 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,718 +1,717 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009 SAKURAI Masashi -;; Time-stamp: <2010-03-02 16:44:53 sakurai> +;; Time-stamp: <2010-12-18 14:25:02 sakurai> ;; ...
kiwanami/emacs-id-manager
6abe525beb2dc3cf32d5235cdec2bcda631e8dd6
added: support for alpaca.el
diff --git a/id-manager.el b/id-manager.el index b23e0fe..98c4bcd 100644 --- a/id-manager.el +++ b/id-manager.el @@ -1,681 +1,718 @@ ;;; id-manager.el --- id-password management ;; Copyright (C) 2009 SAKURAI Masashi -;; Time-stamp: <2009-06-14 01:02:30 sakurai> +;; Time-stamp: <2010-03-02 16:44:53 sakurai> ;; ...
kiwanami/emacs-id-manager
be6dad17e81ba234cae74beb4953df4f584d01af
first release
diff --git a/id-manager.el b/id-manager.el new file mode 100644 index 0000000..b23e0fe --- /dev/null +++ b/id-manager.el @@ -0,0 +1,681 @@ +;;; id-manager.el --- id-password management + +;; Copyright (C) 2009 SAKURAI Masashi +;; Time-stamp: <2009-06-14 01:02:30 sakurai> + +;; Author: SAKURAI Masashi <m.sakurai@kiwan...
frankhale/ruby-window-management
4009a355fcb6d743fa56ea1009730e8b6b58f316
Change README to markdown
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC d...
frankhale/ruby-window-management
acae7f7414082d5fea2d379d17fb561ab341383c
project restructuring
diff --git a/README b/README index 792604a..cf962ff 100644 --- a/README +++ b/README @@ -1,16 +1,19 @@ A small extension for Ruby that provides access to Xlib in order to perform window management functions. Frank Hale <frankhale@gmail.com> Started: 23 May 2005 This code is released under the GNU GPL version 3 ...
frankhale/ruby-window-management
1fdbcbd223320695649b9be4a69c1a8f887c91da
fix ruby_tinywm require path to pull from current directory
diff --git a/ruby_tinywm.rb b/ruby_tinywm.rb index d6f094f..be280f2 100644 --- a/ruby_tinywm.rb +++ b/ruby_tinywm.rb @@ -1,159 +1,159 @@ #!/usr/bin/ruby # # A small extension to provide access to a subset of Xlib from Ruby # Copyright (C) 2010 Frank Hale <frankhale@gmail.com> # # This program is free software; y...
frankhale/ruby-window-management
27e917db521fa5534f79c08babf3948d50e323a3
Fix require path to pull from current directory
diff --git a/extconf.rb b/extconf.rb index 7080766..6c7623d 100644 --- a/extconf.rb +++ b/extconf.rb @@ -1,38 +1,37 @@ # A small extension to provide access to a subset of Xlib from Ruby # Copyright (C) 2010 Frank Hale <frankhale@gmail.com> # # This program is free software; you can redistribute it and/or # modif...
frankhale/ruby-window-management
2d86b64c2a16009a3dd5b14f20abac80c8dbd37c
Did some work on the ruby_window_manager.rb as well as a few other files.
diff --git a/Plugin.rb b/Plugin.rb index 4afeae2..8fad929 100644 --- a/Plugin.rb +++ b/Plugin.rb @@ -1,59 +1,59 @@ # A small extension to provide access to a subset of Xlib from Ruby -# Copyright (C) 2010 Frank Hale <frankhale@gmail.com> +# Copyright (C) 2011 Frank Hale <frankhale@gmail.com> # # This program is fre...
frankhale/ruby-window-management
cd4a7b242c97d6de1dc31ef4071006441bede7cf
fixed most of the tests because of a function I changed the number of arguments to
diff --git a/ruby_generic_window.rb b/ruby_generic_window.rb index 6f537d3..3d129b3 100644 --- a/ruby_generic_window.rb +++ b/ruby_generic_window.rb @@ -1,73 +1,75 @@ # A small extension to provide access to a subset of Xlib from Ruby # Copyright (C) 2010 Frank Hale <frankhale@gmail.com> # # This program is free s...
sebduggan/UsernameRestrictions
33d6f9744417a1ea3b4bdc9624dcb23eac9a3d1b
Initial release v1.0
diff --git a/eventHandlers/username.cfc b/eventHandlers/username.cfc new file mode 100755 index 0000000..5ef8435 --- /dev/null +++ b/eventHandlers/username.cfc @@ -0,0 +1,50 @@ +<cfcomponent extends="mura.plugin.pluginGenericEventHandler"> + +<cffunction name="onBeforeUserSave" output="false" returntype="any"> + <cf...
hughdbrown/Django-git-tester
dc90dcf2dfb29efd4dd79314079d177bb22fbbb8
Initial revision
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f9ae90e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ + +-e git+git://github.com/sethtrain/django-git.git#egg=django-git
hughdbrown/Django-git-tester
8f774ea862391ab1a1df52aa703b4ded4ae55388
Initial revision
diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..b7b2b89 --- /dev/null +++ b/readme.txt @@ -0,0 +1,3 @@ +This Django application is meant just for testing django-git. + +It does a minimal amount of stuff to run a web interface around django-git. If you wanted to do a full-fledged application, th...
hughdbrown/Django-git-tester
473c2cf1b726de6d97e494e369918fdab35ad985
Initial revision
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e670488 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.db +*.kpf +*.pyc +django-git/
hughdbrown/Django-git-tester
0cdfb9455ebfd5658f2ee10964ff11592d149e79
Initial revision
diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..2edf395 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,12 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<html lang="en"> +<head> + <title>Django Git Tester|{% block title %}{% endblock title %}</title> + {% bl...
hughdbrown/Django-git-tester
5aaa1342e3977451ab6b94db93e17bd641101226
Initial revision
diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/manage.py b/manage.py new file mode 100644 index 0000000..5e78ea9 --- /dev/null +++ b/manage.py @@ -0,0 +1,11 @@ +#!/usr/bin/env python +from django.core.management import execute_manager +try: + import settings # Assumed...
C-o-r-E/AVR-MIDI-Player
a356db8d654668de0936df196db8025c80c2fd49
the good stuff
diff --git a/gen.py b/gen.py new file mode 100644 index 0000000..e847a48 --- /dev/null +++ b/gen.py @@ -0,0 +1,26 @@ +import re + +#converts midi note to frequency +def note2freq(note): + return 220.0 * 2 ** ((note-57)/12.0) + +#converts freq to count needed to attain such a tone +def freq2cnt(freq): + return (1....
MyersGer/django-advanced-comments
ff29d694c5833b607db3d130a4f1350c88ac1970
Add quick admin support
diff --git a/advanced_comments/admin.py b/advanced_comments/admin.py new file mode 100644 index 0000000..b207837 --- /dev/null +++ b/advanced_comments/admin.py @@ -0,0 +1,27 @@ +from django.contrib import admin +from advanced_comments.models import AdvancedComment +from django.utils.translation import ugettext_lazy as ...
MyersGer/django-advanced-comments
bfea36b45e0a746cbd2b0732933b572cc516f778
Some bugfixes with setting variables
diff --git a/advanced_comments/__init__.py b/advanced_comments/__init__.py index d9460a7..d30a965 100644 --- a/advanced_comments/__init__.py +++ b/advanced_comments/__init__.py @@ -1,24 +1,9 @@ -# This file is part of django-advanced-comments. - -# django-advanced-comments is free software: you can redistribute i...
chrispitzer/vimstuff
dd2a77d6aadf148a4e6a3195bf686e827542911b
modified README
diff --git a/README b/README index 0e491bd..6cbd79b 100644 --- a/README +++ b/README @@ -1,4 +1,7 @@ this folder should be your ~/.vim folder create a symbolic link from ~/.vimrc to ~/.vim/.vimrc like so: ln -s ~/.vim/.vimrc ~/.vimrc + +you may also need to... +sudo apt-get install vim-ruby
chrispitzer/vimstuff
8065f5bc27c34c5739f37f0c3c58d85bf6232e54
added readme
diff --git a/README b/README new file mode 100644 index 0000000..0e491bd --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +this folder should be your ~/.vim folder + +create a symbolic link from ~/.vimrc to ~/.vim/.vimrc like so: +ln -s ~/.vim/.vimrc ~/.vimrc
davidtrogers/simple-vim-installer
c36cd218074de1ac37ed0b18f3a548aac0ed7e59
fixes README
diff --git a/README.md b/README.md index 79a6aae..61c539a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -h2. Welcome to Simple-Vim-Installer +# Welcome to Simple-Vim-Installer # This script will compile a fully functioning vim executable on your system. You then put it wherever you like (in your path) thou...
davidtrogers/simple-vim-installer
ef49673852a51d5411b27635a9d4fc6b10b10f1f
added a readme
diff --git a/README.md b/README.md new file mode 100644 index 0000000..79a6aae --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +h2. Welcome to Simple-Vim-Installer + +This script will compile a fully functioning vim executable on your system. You then put it wherever you like (in your path) though you probably want to r...
kbrock/iron_gate
7ac5d6ed7fecce2f4ddae96aac0ed45888f2cef1
added README
diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..16afcd2 --- /dev/null +++ b/README.rdoc @@ -0,0 +1,16 @@ +Put into environment.rb +#HEROKI has this environment parameter set - which turns on the functionality +HIDE_WITHOUT_NICE=(ENV['HIDE']=='true') + +Put into application_controller + +if HI...
jsut/Apache2-DirBasedHandler-TT
4dbcd5284310421beb83e5436cf1c9e1b2aeed27
added changes file
diff --git a/Changes b/Changes new file mode 100644 index 0000000..b3bd905 --- /dev/null +++ b/Changes @@ -0,0 +1,3 @@ +0.03. (2008-06-29) - Adam Prime <adam.prime@utoronto.ca> + + - updated to work with DirBasedHandler 0.03
jsut/Apache2-DirBasedHandler-TT
ba0492be0373fe1bea5ec1a51154af76bbf8a5e0
0.02 changes
diff --git a/META.yml b/META.yml index 342dd46..0857061 100644 --- a/META.yml +++ b/META.yml @@ -1,24 +1,24 @@ --- name: Apache2-DirBasedHandler-TT -version: 0.01 +version: 0.02 author: - Adam Prime (adam.prime@utoronto.ca) abstract: TT hooked into DirBasedHandler license: perl resources: license: http://de...
jsut/Apache2-DirBasedHandler-TT
12e3fb82017eec9a84e6c518c6689586741c9edb
incremented version
diff --git a/lib/Apache2/DirBasedHandler/TT.pm b/lib/Apache2/DirBasedHandler/TT.pm index e105bd0..dac2175 100644 --- a/lib/Apache2/DirBasedHandler/TT.pm +++ b/lib/Apache2/DirBasedHandler/TT.pm @@ -1,148 +1,148 @@ package Apache2::DirBasedHandler::TT; use strict; use Apache2::DirBasedHandler; our @ISA = qw(Apach...
jsut/Apache2-DirBasedHandler-TT
79ec6a3c64d15d2a6900da4d9549b169408d0c84
- added copyright to pod, put some real description into that section
diff --git a/lib/Apache2/DirBasedHandler/TT.pm b/lib/Apache2/DirBasedHandler/TT.pm index 9402226..e105bd0 100644 --- a/lib/Apache2/DirBasedHandler/TT.pm +++ b/lib/Apache2/DirBasedHandler/TT.pm @@ -1,139 +1,148 @@ package Apache2::DirBasedHandler::TT; use strict; use Apache2::DirBasedHandler; our @ISA = qw(Apach...
jsut/Apache2-DirBasedHandler-TT
6524b9a7a1d745d30ee1d46841f79aa9282915f6
removed extraneous warn
diff --git a/lib/Apache2/DirBasedHandler/TT.pm b/lib/Apache2/DirBasedHandler/TT.pm index 55c5159..9402226 100644 --- a/lib/Apache2/DirBasedHandler/TT.pm +++ b/lib/Apache2/DirBasedHandler/TT.pm @@ -1,140 +1,139 @@ package Apache2::DirBasedHandler::TT; use strict; use Apache2::DirBasedHandler; our @ISA = qw(Apach...
raymorgan/merl
f71df567bc61b7b088d534df99ce8955dbfa5407
Clean make now uses clean to pre-clean before making
diff --git a/scripts/clean_make b/scripts/clean_make index b65a90e..a6a0fc8 100755 --- a/scripts/clean_make +++ b/scripts/clean_make @@ -1,8 +1,3 @@ -rm -rf ebin; -rm -rf spec/ebin; -mkdir ebin; -mkdir ebin/merl; -mkdir ebin/merl/router; -mkdir spec/ebin; +./scripts/clean erl -make all; \ No newline at end of file
raymorgan/merl
7c691201bbbabd0c267ed844593d8ed8bcd9080d
Added state_hash and controller (unused currently). Also a script to clean the directories.
diff --git a/README b/README new file mode 100644 index 0000000..e69de29 diff --git a/scripts/clean b/scripts/clean new file mode 100755 index 0000000..516b0ec --- /dev/null +++ b/scripts/clean @@ -0,0 +1,6 @@ +rm -rf ebin; +rm -rf spec/ebin; +mkdir ebin; +mkdir ebin/merl; +mkdir ebin/merl/router; +mkdir spec/ebin; \ N...
raymorgan/merl
64ec98d6ed59372638b2d76e172b73686d545f86
Moved to specs
diff --git a/spec/src/router_spec.erl b/spec/src/router_spec.erl index 9a9c0db..b2c0c20 100644 --- a/spec/src/router_spec.erl +++ b/spec/src/router_spec.erl @@ -1,92 +1,212 @@ -module (router_spec). +-export ([specs/0]). + -include ("../espec/include/espec.hrl"). --export ([specs/0]). specs() -> [ ?describe...
raymorgan/merl
165257984a46f0a1ee1e3435d5c1fba46bbea430
Added espec, it is working
diff --git a/.erlang b/.erlang index 095deee..1f1ae44 100644 --- a/.erlang +++ b/.erlang @@ -1,6 +1,6 @@ code:add_patha("./ebin"). code:add_pathz("./spec/ebin"). -code:add_pathz("~/apps/erlang/espec/ebin"). \ No newline at end of file +code:add_pathz("../espec/ebin"). \ No newline at end of file diff --git a/sc...
raymorgan/merl
50b4a799025e45b096f5a80cbd0759c48c43e275
Ignoring dump files
diff --git a/.gitignore b/.gitignore index 1de1c72..f997c26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.beam -.DS_Store \ No newline at end of file +.DS_Store +*.dump \ No newline at end of file
raymorgan/merl
a4eeb8d93c0ab1b64e15bad07500df4e97cdd70e
Added ignore file. Added make scripts.
diff --git a/.erlang b/.erlang index 3cf0f69..095deee 100644 --- a/.erlang +++ b/.erlang @@ -1,2 +1,6 @@ code:add_patha("./ebin"). -code:add_pathz("./spec/ebin"). \ No newline at end of file +code:add_pathz("./spec/ebin"). + + + +code:add_pathz("~/apps/erlang/espec/ebin"). \ No newline at end of file diff --git a/.git...
raymorgan/merl
40bca38334686e770f73d9280e1d2984eec17a6e
Readying espec more
diff --git a/.erlang b/.erlang index ee902a9..3cf0f69 100644 --- a/.erlang +++ b/.erlang @@ -1,4 +1,2 @@ code:add_patha("./ebin"). -code:add_pathz("./test/ebin"). -code:add_pathz("../vendor/erunit/ebin"). -code:add_pathz("../vendor/eunit/ebin"). \ No newline at end of file +code:add_pathz("./spec/ebin"). \ No newline ...
raymorgan/merl
e802414798d56919f25e76a71644705e7ef225fa
Getting ready for espec
diff --git a/Emakefile b/Emakefile index df52ce8..1c714aa 100644 --- a/Emakefile +++ b/Emakefile @@ -1,7 +1,11 @@ { "src/*", [{outdir, "ebin/merl"}] }. { "src/controller/*", [{outdir, "ebin/merl/controller"}] }. { "src/router/*", [{outdir, "ebin/merl/router"}] }. %% Tests %% -{ "test/src/*", [{outdir, "test/ebi...
raymorgan/merl
bfb7740feeb3830844a3fa68117f17356b39cc68
Added eunit test demos. Added eunit test_suite. Auto_test now defaults to eunit
diff --git a/scripts/auto_test b/scripts/auto_test index 176c447..8961303 100755 --- a/scripts/auto_test +++ b/scripts/auto_test @@ -1 +1 @@ -./scripts/rstakeout "erl -make all; ./../vendor/erunit/bin/erunit test" "**/*.erl" \ No newline at end of file +./scripts/rstakeout "erl -make all; ./scripts/eunit test" "**/*.er...
raymorgan/merl
bc1af90a1529ccf032860c41f79a29e317252608
Added eunit test file
diff --git a/.erlang b/.erlang index a10c326..ee902a9 100644 --- a/.erlang +++ b/.erlang @@ -1,2 +1,4 @@ code:add_patha("./ebin"). -code:add_patha("../vendor/erunit/ebin"). \ No newline at end of file +code:add_pathz("./test/ebin"). +code:add_pathz("../vendor/erunit/ebin"). +code:add_pathz("../vendor/eunit/ebin"). \ N...
raymorgan/merl
ceed7ff4c84ee65379f3cab6a65e85cd066d0b09
merl.router:match/3 now returns {match, Params} on a successful match.
diff --git a/src/router.erl b/src/router.erl index ff88d11..6478a7e 100644 --- a/src/router.erl +++ b/src/router.erl @@ -1,55 +1,58 @@ -module (merl.router). -author ("Ray Morgan"). -export ([match/3, build/3]). -import (lists). -import (merl.router.support, [split_path/1, atomize/1, bindings_from/1, is_var/1]...
raymorgan/merl
86188be4f8d65c9e61a0a9caa5ce6b4f5cad9e9f
Namespaced routes now allow list of inner routes. Ignoring merl/test/ebin/*.beam
diff --git a/scripts/auto_test b/scripts/auto_test index aa28416..176c447 100755 --- a/scripts/auto_test +++ b/scripts/auto_test @@ -1 +1 @@ -./scripts/rstakeout "erl -make all; /usr/local/lib/erlang/lib/erunit-0.1.2/bin/erunit test" "**/*.erl" \ No newline at end of file +./scripts/rstakeout "erl -make all; ./../vendo...
rmurphey/srchr
23eac4f1e0f4c635d82c0dd78177037b497430fc
fixing blog post url
diff --git a/README b/README index 04e2f87..1d0bf3a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ = srchr = -srchr is a crowdsourced exercise in collecting JavaScript wisdom. For more information, visit http://blog.rebeccamurphey.com/2010/03/14/crowdsourcing-javascript-wisdom/. +srchr is a crowdsourced exercise in ...
rmurphey/srchr
a89e3fe57ff5483bf67d5c79970efd37e6547285
licensing
diff --git a/README b/README index e0f2c4a..04e2f87 100644 --- a/README +++ b/README @@ -1,2 +1,6 @@ = srchr = -srchr is a crowdsourced exercise in collecting JavaScript wisdom. For more information, visit http://blog.rebeccamurphey.com/2010/03/14/crowdsourcing-javascript-wisdom/. \ No newline at end of file +srchr is...
rmurphey/srchr
d2b3ccbdcaa099c2f501828fe074905cdf196b6c
initial files
diff --git a/README.wiki b/README.wiki new file mode 100644 index 0000000..e0f2c4a --- /dev/null +++ b/README.wiki @@ -0,0 +1,2 @@ += srchr = +srchr is a crowdsourced exercise in collecting JavaScript wisdom. For more information, visit http://blog.rebeccamurphey.com/2010/03/14/crowdsourcing-javascript-wisdom/. \ No ne...
yayquery/jQuery.event.special.hashchange
91a8fa638921e589d1c011dca6864f53d9c11afc
Refactored the code a bit -- Google Closure now (on advanced) compresses it to 240 bytes gzipped), compressed roughly 80% :-)
diff --git a/yayquery.onhashchange.js b/yayquery.onhashchange.js index 51304cf..d04076e 100755 --- a/yayquery.onhashchange.js +++ b/yayquery.onhashchange.js @@ -1,70 +1,71 @@ /*! * Copyright yayQuery Peoples, 2010 * * Licensed under the MIT license * http://www.opensource.org/licenses/mit-license.php * * ...
yayquery/jQuery.event.special.hashchange
cbf5bc61ea599df252a72e2d6ceb8509a358c802
Aaand, a remotely hosted (Google) jQuery included...
diff --git a/yayquery.onhashchange-test.html b/yayquery.onhashchange-test.html index e3f65f6..061bb48 100755 --- a/yayquery.onhashchange-test.html +++ b/yayquery.onhashchange-test.html @@ -1,22 +1,24 @@ <!doctype html> <html> <head> <title>Test Page for yayQuery onhashchange</title> <style>p { margin: 0; padding...
gugod/Taipei-MRT-In-Git
b3ef8b7f318736a77220f57167943ed18e11f9ac
Taipei Main Station
diff --git a/Stations/Taipei Main Station b/Stations/Taipei Main Station new file mode 100644 index 0000000..e69de29
baldwindavid/dnb_public_shell
1e88080c7fe89ae591b87ccc2c661fb9e105cf8f
change base path to client dir
diff --git a/make_client.rb b/make_client.rb index 0dba6ed..513a105 100644 --- a/make_client.rb +++ b/make_client.rb @@ -1,84 +1,84 @@ -base_path = '~/Sites/client/' +base_path = '~/client/' puts "Enter main client directory name:" client = gets.chomp! puts "Are you working with a main client or subclient? ('1' ...