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
| pragma License (Gpl); | |
| -- BigIntegers - Package Specification | |
| -- | |
| -- Package to define operations on BigIntegers | |
| -- ########################################################################### | |
| with Ada.Text_IO; use Ada.Text_IO; | |
| with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; | |
| package BigIntegers is |
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
| {-- | |
| - | |
| - @author: Mark Feltner | |
| - | |
| - **Haskell** | |
| - | |
| - Haskell is a nice language. I enjoyed it better than F# for functional | |
| - programming. | |
| - From my limited perspective, it seems that Haskell would operate best | |
| - in a highly theoretical or mathematical environment; not the environment |
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
| name = WPA2-PEAP2 | |
| version = 1 | |
| require identity *Username password *Password | |
| protected password *Password | |
| ----- | |
| ctrl_interface=/var/run/wpa_supplicant | |
| network={ | |
| ssid="$_ESSID" | |
| scan_ssid="$_SCAN" | |
| key_mgmt=WPA-EAP |
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/env ruby | |
| ## | |
| # Deploy.rb | |
| # | |
| # Deploy dotfiles into users $HOME via symlinks | |
| # Useful for those who keep a version controlled (via git) folder | |
| # full of dotfiles | |
| # | |
| # assumptions: | |
| # your files are stored in either ~/dotfiles or ~/dropbox |
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
| _________________________________________ | |
| / Ever since I was a young boy, I've \ | |
| | hacked the ARPA net, From Berkeley down | | |
| | to Rutgers, He's on my favorite | | |
| | terminal, Any access I could get, He | | |
| | cats C right into foo, But ain't seen | | |
| | nothing like him, His disciples lead | | |
| | him in, On any campus yet, And he just | | |
| | breaks the root, That deaf, dumb, and | | |
| | blind kid, Always has full SYS-PRIV's, | |
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
| _________________________________________ | |
| / Five people -- an Englishman, \ | |
| | Russian,American, Frenchman and | | |
| | Irishman were each asked to write a | | |
| | book on elephants. Some amount of time | | |
| | later they had all completed their | | |
| | respective books. The Englishman's book | | |
| | was entitled "The Elephant -- How to | | |
| | Collect Them", the Russian's "The | | |
| | Elephant -- Vol. I", the American's | |
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
| /** | |
| * A variety of helper functions to help me. | |
| */ | |
| var helpme = (function () { | |
| 'use strict'; | |
| var obj = { | |
| createFineUploader: function (element, button, autoupload, request, |
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
| _________________________________________ | |
| / I've built a better model than the one \ | |
| | at Data General For data bases | | |
| | vegetable, animal, and mineral My OS | | |
| | handles CPUs with multiplexed duality; | | |
| | My PL/1 compiler shows impressive | | |
| | functionality. My storage system's | | |
| | better than magnetic core polarity, You | | |
| | never have to bother checking out a bit | | |
| | for parity; There isn't any reason to | |
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
| # Fine Uploader 101 | |
| ## Intro | |
| Hello! ... | |
| ### Server | |
| Download server as zip and extract |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |