PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
5 sec ago
Untitled
6 sec ago
Untitled
11 sec ago
Untitled
12 sec ago
Untitled
15 sec ago
Untitled
17 sec ago
Untitled
Lua | 18 sec ago
Untitled
Java | 34 sec ago
New Paste
gitweb The following NEW packages will be installed: git-core libdigest-sha1-perl liberror-perl 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 6,193kB of archives. After this operation, 12.9MB of additional disk space will be used. Do you want to continue [Y/n]? Y Get:1 http://archive.ubuntu.com/ubuntu/ lucid/main liberror-perl 0.17-1 [23.8kB] Get:2 http://archive.ubuntu.com/ubuntu/ lucid/main libdigest-sha1-perl 2.12-1build1 [26.7kB] Get:3 http://archive.ubuntu.com/ubuntu/ lucid-updates/main git-core 1:1.7.0.4-1ubuntu0.2 [6,143kB] Fetched 6,193kB in 8s (693kB/s) Selecting previously deselected package liberror-perl. (Reading database ... 288289 files and directories currently installed.) Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ... Selecting previously deselected package libdigest-sha1-perl. Unpacking libdigest-sha1-perl (from .../libdigest-sha1-perl_2.12-1build1_amd64.deb) ... Selecting previously deselected package git-core. Unpacking git-core (from .../git-core_1%3a1.7.0.4-1ubuntu0.2_amd64.deb) ... Processing triggers for man-db ... Setting up liberror-perl (0.17-1) ... Setting up libdigest-sha1-perl (2.12-1build1) ... Setting up git-core (1:1.7.0.4-1ubuntu0.2) ... dreamwave@ubuntu:~$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)Initialized empty Git repository in /home/dreamwave/.rvm/src/rvm/.git/ remote: Counting objects: 4987, done. remote: Compressing objects: 100% (2341/2341), done. remote: Total 4987 (delta 3227), reused 3586 (delta 1959) Receiving objects: 100% (4987/4987), 1.63 MiB | 463 KiB/s, done. Resolving deltas: 100% (3227/3227), done. RVM: Shell scripts enabling management of multiple ruby environments. RTFM: https://rvm.beginrescueend.com/ HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) Installing RVM to /home/dreamwave/.rvm/~/.rvm ~/.rvm/src/rvm ~/.rvm/src/rvm Correct permissions for base binaries in /home/dreamwave/bin... Copying manpages into place. Notes for Linux ( DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS" ) NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X) This is the *original* / standard Ruby Language Interpreter 'ree' represents Ruby Enterprise Edition 'rbx' represents Rubinius bash >= 3.2 is required curl is required git is required (>= 1.7 recommended) patch is required (for ree and some ruby-head's). If you wish to install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head), then you must install and use rvm 1.8.7 first. If you wish to have the 'pretty colors' again, set 'export rvm_pretty_print_flag=1' in ~/.rvmrc. dependencies: # For RVM rvm: bash curl git # For Ruby (MRI & ree) you should install the following OS dependencies: ruby: /usr/bin/apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev # For JRuby (if you wish to use it) you will need: jruby: /usr/bin/apt-get install curl g++ openjdk-6-jre-headless jruby-head: /usr/bin/apt-get install ant openjdk-6-jdk # In addition to ruby: dependencies, ruby-head: subversion # For IronRuby (if you wish to use it) you will need: ironruby: /usr/bin/apt-get install curl mono-2.0-devel You must now complete the install by loading RVM in new shells. 1) Place the folowing line at the end of your shell's loading files (.bashrc or .bash_profile for bash and .zshrc for zsh), after all PATH/variable settings: [[ -s "/home/dreamwave/.rvm/scripts/rvm" ]] && source "/home/dreamwave/.rvm/scripts/rvm" # This loads RVM into a shell session. You only need to add this line the first time you install rvm. 2) Ensure that there is no 'return' from inside the ~/.bashrc file, otherwise rvm may be prevented from working properly. This means that if you see something like: '[ -z "$PS1" ] && return' then you change this line to: if [[ -n "$PS1" ]] ; then # ... original content that was below the '&& return' line ... fi # <= be sure to close the if at the end of the .bashrc. # This is a good place to source rvm v v v [[ -s "/home/dreamwave/.rvm/scripts/rvm" ]] && source "/home/dreamwave/.rvm/scripts/rvm" # This loads RVM into a shell session. EOF - This marks the end of the .bashrc file Be absolutely *sure* to REMOVE the '&& return'. If you wish to DRY up your config you can 'source ~/.bashrc' at the bottom of your .bash_profile. Placing all non-interactive (non login) items in the .bashrc, including the 'source' line above and any environment settings. 3) CLOSE THIS SHELL and open a new one in order to use rvm. WARNING: you have a 'return' statement in your ~/.bashrc This could cause some features of RVM to not work. This means that if you see something like: '[ -z "$PS1" ] && return' then you change this line to: if [[ -n "$PS1" ]] ; then # ... original content that was below the '&& return' line ... fi # <= be sure to close the if at the end of the .bashrc. # This is a good place to source rvm v v v [[ -s "/home/dreamwave/.rvm/scripts/rvm" ]] && source "/home/dreamwave/.rvm/scripts/rvm" # This loads RVM into a shell session. EOF - This marks the end of the .bashrc file Even if you are using zsh you should still adjust the ~/.bashrc If you have any questions about this please visit #rvm on irc.freenode.net. Installation of RVM to /home/dreamwave/.rvm/ is complete. dreamwave, Thank you very much for using RVM! I sincerely hope that RVM helps to make your life both easier and more enjoyable. If you have any questions, issues and/or ideas for improvement please join#rvm on irc.freenode.net and let me know, note you must register (http://bit.ly/5mGjlm) and identify (/msg nickserv <nick> <pass>) to talk, this prevents spambots from ruining our day. My irc nickname is 'wayneeseguin' and I hang out in #rvm typically ~09:00-17:00EDT and again from ~21:00EDT-~23:00EDT If I do not respond right away, please hang around after asking your question, I will respond as soon as I am back. It is best to talk in #rvm itself as then other users can help out should I be offline. Be sure to get head often as rvm development happens fast, you can do this by running 'rvm get head' followed by 'rvm reload' or opening a new shell w⦿‿⦿t ~ Wayne dreamwave@ubuntu:~$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"' >> ~/.bashrc dreamwave@ubuntu:~$ . ~/.bashrc dreamwave@ubuntu:~$ sudo aptitude install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g Reading package lists... Done Building dependency tree Reading state information... Done Initializing package states... Done Writing extended state information... Done The following NEW packages will be installed: bison libreadline6-dev The following packages will be REMOVED: libreadline5-dev{a} 0 packages upgraded, 2 newly installed, 1 to remove and 0 not upgraded. Need to get 750kB of archives. After unpacking 1,872kB will be used. Do you want to continue? [Y/n/?] Y Invalid response. Please enter a valid command or '?' for help. Do you want to continue? [Y/n/?] Y Writing extended state information... Done Get:1 http://archive.ubuntu.com/ubuntu/ lucid/main bison 1:2.4.1.dfsg-3 [493kB] Get:2 http://archive.ubuntu.com/ubuntu/ lucid/main libreadline6-dev 6.1-1 [257kB] Fetched 750kB in 1s (375kB/s) (Reading database ... 288812 files and directories currently installed.) Removing libreadline5-dev ... Processing triggers for install-info ... Selecting previously deselected package bison. (Reading database ... 288786 files and directories currently installed.) Unpacking bison (from .../bison_1%3a2.4.1.dfsg-3_amd64.deb) ... Selecting previously deselected package libreadline6-dev. Unpacking libreadline6-dev (from .../libreadline6-dev_6.1-1_amd64.deb) ... Processing triggers for man-db ... Processing triggers for install-info ... Setting up bison (1:2.4.1.dfsg-3) ... update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode. Setting up libreadline6-dev (6.1-1) ... Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done dreamwave@ubuntu:~$ sudo aptitude install zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Note: selecting "libxslt1-dev" instead of the virtual package "libxslt-dev" The following NEW packages will be installed: libxml2-dev libxslt1-dev libyaml-0-2{a} libyaml-dev 0 packages upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 1,591kB of archives. After unpacking 5,997kB will be used. Do you want to continue? [Y/n/?] Y Writing extended state information... Done Get:1 http://archive.ubuntu.com/ubuntu/ lucid-updates/main libxml2-dev 2.7.6.dfsg-1ubuntu1.1 [830kB] Get:2 http://archive.ubuntu.com/ubuntu/ lucid/main libxslt1-dev 1.1.26-1ubuntu1 [637kB] Get:3 http://archive.ubuntu.com/ubuntu/ lucid/main libyaml-0-2 0.1.3-1 [55.0kB] Get:4 http://archive.ubuntu.com/ubuntu/ lucid/main libyaml-dev 0.1.3-1 [68.8kB] Fetched 1,591kB in 3s (518kB/s) Selecting previously deselected package libxml2-dev. (Reading database ... 288852 files and directories currently installed.) Unpacking libxml2-dev (from .../libxml2-dev_2.7.6.dfsg-1ubuntu1.1_amd64.deb) ... Selecting previously deselected package libxslt1-dev. Unpacking libxslt1-dev (from .../libxslt1-dev_1.1.26-1ubuntu1_amd64.deb) ... Selecting previously deselected package libyaml-0-2. Unpacking libyaml-0-2 (from .../libyaml-0-2_0.1.3-1_amd64.deb) ... Selecting previously deselected package libyaml-dev. Unpacking libyaml-dev (from .../libyaml-dev_0.1.3-1_amd64.deb) ... Processing triggers for man-db ... Processing triggers for doc-base ... Processing 1 added doc-base file(s)... Registering documents with scrollkeeper... Setting up libxml2-dev (2.7.6.dfsg-1ubuntu1.1) ... Setting up libxslt1-dev (1.1.26-1ubuntu1) ... Setting up libyaml-0-2 (0.1.3-1) ... Setting up libyaml-dev (0.1.3-1) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place /sbin/ldconfig.real: /opt/rapid7/nexpose/nsc/nxpgsql/pgsql/lib/libpq.so.5 is not a symbolic link /sbin/ldconfig.real: /opt/rapid7/nexpose/nsc/nxpgsql/pgsql/lib/libpgtypes.so.2 is not a symbolic link /sbin/ldconfig.real: /opt/rapid7/nexpose/nsc/nxpgsql/pgsql/lib/libecpg_compat.so.2 is not a symbolic link /sbin/ldconfig.real: /opt/rapid7/nexpose/nsc/nxpgsql/pgsql/lib/libecpg.so.5 is not a symbolic link Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done Writing extended state information... Done dreamwave@ubuntu:~$ rvm install 1.9.2 Installing Ruby from source to: /home/dreamwave/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)... ruby-1.9.2-p180 - #fetching ruby-1.9.2-p180 - #downloading ruby-1.9.2-p180, this may take a while depending on your connection... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8609k 100 8609k 0 0 413k 0 0:00:20 0:00:20 --:--:-- 807k ruby-1.9.2-p180 - #extracting ruby-1.9.2-p180 to /home/dreamwave/.rvm/src/ruby-1.9.2-p180 ruby-1.9.2-p180 - #extracted to /home/dreamwave/.rvm/src/ruby-1.9.2-p180 Fetching yaml-0.1.3.tar.gz to /home/dreamwave/.rvm/archives % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 455k 100 455k 0 0 116k 0 0:00:03 0:00:03 --:--:-- 174k Extracting yaml-0.1.3.tar.gz to /home/dreamwave/.rvm/src Configuring yaml in /home/dreamwave/.rvm/src/yaml-0.1.3. Compiling yaml in /home/dreamwave/.rvm/src/yaml-0.1.3. Installing yaml to /home/dreamwave/.rvm/usr ruby-1.9.2-p180 - #configuring ruby-1.9.2-p180 - #compiling ruby-1.9.2-p180 - #installing Removing old Rubygems files... Installing rubygems dedicated to ruby-1.9.2-p180... Retrieving rubygems-1.6.2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 236k 100 236k 0 0 286k 0 --:--:-- --:--:-- --:--:-- 409k Extracting rubygems-1.6.2 ... Installing rubygems for /home/dreamwave/.rvm/rubies/ruby-1.9.2-p180/bin/ruby Installation of rubygems completed successfully. ruby-1.9.2-p180 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake). ruby-1.9.2-p180 - #importing default gemsets (/home/dreamwave/.rvm/gemsets/) Install of ruby-1.9.2-p180 - #complete dreamwave@ubuntu:~$ rvm use 1.9.2 Using /home/dreamwave/.rvm/gems/ruby-1.9.2-p180 dreamwave@ubuntu:~$ ruby -v ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux] dreamwave@ubuntu:~$ rvm --default use 1.9.2 Using /home/dreamwave/.rvm/gems/ruby-1.9.2-p180 dreamwave@ubuntu:~$ gem install rails ERROR: While executing gem ... (Errno::EACCES) Permission denied - /home/dreamwave/.gem/specs dreamwave@ubuntu:~$ sudo gem install rails Successfully installed activesupport-3.0.8 Successfully installed builder-2.1.2 Successfully installed i18n-0.5.0 Successfully installed activemodel-3.0.8 Successfully installed rack-1.2.3 Successfully installed rack-test-0.5.7 Successfully installed rack-mount-0.6.14 Successfully installed tzinfo-0.3.27 Successfully installed abstract-1.0.0 Successfully installed erubis-2.6.6 Successfully installed actionpack-3.0.8 Successfully installed arel-2.0.10 Successfully installed activerecord-3.0.8 Successfully installed activeresource-3.0.8 Successfully installed mime-types-1.16 Successfully installed polyglot-0.3.1 Successfully installed treetop-1.4.9 Successfully installed mail-2.2.19 Successfully installed actionmailer-3.0.8 Successfully installed rake-0.9.2 Successfully installed thor-0.14.6 Successfully installed railties-3.0.8 Successfully installed rails-3.0.8 23 gems installed Installing ri documentation for activesupport-3.0.8... Installing ri documentation for builder-2.1.2... ERROR: While generating documentation for builder-2.1.2 ... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->" ... RDOC args: --ri --op /usr/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --title Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc --title builder-2.1.2 Documentation (continuing with the rest of the installation) Installing ri documentation for i18n-0.5.0... Installing ri documentation for activemodel-3.0.8... Installing ri documentation for rack-1.2.3... Installing ri documentation for rack-test-0.5.7... Installing ri documentation for rack-mount-0.6.14... Installing ri documentation for tzinfo-0.3.27... Installing ri documentation for abstract-1.0.0... Installing ri documentation for erubis-2.6.6... Installing ri documentation for actionpack-3.0.8... Installing ri documentation for arel-2.0.10... Installing ri documentation for activerecord-3.0.8... Installing ri documentation for activeresource-3.0.8... Installing ri documentation for mime-types-1.16... Installing ri documentation for polyglot-0.3.1... Installing ri documentation for treetop-1.4.9... Installing ri documentation for mail-2.2.19... Installing ri documentation for actionmailer-3.0.8... Installing ri documentation for rake-0.9.2... Installing ri documentation for thor-0.14.6... Installing ri documentation for railties-3.0.8... Installing ri documentation for rails-3.0.8... File not found: lib dreamwave@ubuntu:~$ gem install libmysqlclient16-dev ERROR: Could not find a valid gem 'libmysqlclient16-dev' (>= 0) in any repository dreamwave@ubuntu:~$ ls again-01.cap NETGEAR-05.kismet.csv again-01.csv NETGEAR-05.kismet.netxml again-01.kismet.csv NETGEAR-06.cap again-01.kismet.netxml NETGEAR-06.csv armwifi-01.cap NETGEAR-06.kismet.csv armwifi-01.csv NETGEAR-06.kismet.netxml armwifi-01.kismet.csv NETGEAR-07.cap armwifi-01.kismet.netxml NETGEAR-07.csv armwifi-02.cap NETGEAR-07.kismet.csv armwifi-02.csv NETGEAR-07.kismet.netxml armwifi-02.kismet.csv NETGEAR-08.cap armwifi-02.kismet.netxml NETGEAR-08.csv bds-01.cap NETGEAR-08.kismet.csv bds-01.csv NETGEAR-08.kismet.netxml bds-01.kismet.csv out.ogv bds-01.kismet.netxml Pictures bds-02.cap plam-01.cap bds-02.csv plam-01.csv bds-02.kismet.csv plam-01.kismet.csv bds-02.kismet.netxml plam-01.kismet.netxml bds-03.cap plam-02.cap bds-03.csv plam-02.csv bds-03.kismet.csv plam-02.kismet.csv bds-03.kismet.netxml plam-02.kismet.netxml bds-04.cap plumen-01.cap bds-04.csv plumen-01.csv bds-04.kismet.csv plumen-01.kismet.csv bds-04.kismet.netxml plumen-01.kismet.netxml bds-05.cap plumen-02.cap bds-05.csv plumen-02.csv bds-05.kismet.csv plumen-02.kismet.csv bds-05.kismet.netxml plumen-02.kismet.netxml bds-06.cap plumen-03.cap bds-06.csv plumen-03.csv bds-06.kismet.csv plumen-03.kismet.csv bds-06.kismet.netxml plumen-03.kismet.netxml bds-07.cap plumen-04.cap bds-07.csv plumen-04.csv bds-07.kismet.csv plumen-04.kismet.csv bds-07.kismet.netxml plumen-04.kismet.netxml bds-08.cap plumen-05.cap bds-08.csv plumen-05.csv bds-08.kismet.csv plumen-05.kismet.csv bds-08.kismet.netxml plumen-05.kismet.netxml bds-09.cap Podcasts bds-09.csv Public bds-09.kismet.csv qBT_dir bds-09.kismet.netxml replay_arp-0227-022442.cap bin replay_arp-0907-174352.cap BOINC replay_arp-0911-230533.cap boinc_6.10.56_x86_64-pc-linux-gnu.sh replay_arp-0911-231641.cap cookies.txt replay_arp-0911-231933.cap Desktop replay_arp-0912-204217.cap Documents replay_arp-0919-111130.cap Downloads replay_arp-0919-112054.cap examples.desktop replay_arp-0919-112452.cap firefox replay_arp-0919-113029.cap Firefox_wallpaper.png replay_arp-0920-031002.cap ivanov-01.cap replay_arp-0920-031421.cap ivanov-01.csv replay_arp-0920-031544.cap ivanov-01.kismet.csv replay_arp-0920-034644.cap ivanov-01.kismet.netxml replay_arp-0920-034801.cap kras replay_arp-0920-034818.cap mark-01.cap replay_arp-0924-032952.cap mark-01.csv replay_arp-0924-033143.cap mark-01.kismet.csv replay_arp-0924-033222.cap mark-01.kismet.netxml rubygems-1.3.7 mark-02.cap rubygems-1.3.7.tgz mark-02.csv share mark-02.kismet.csv shot0001.png mark-02.kismet.netxml smth.rb mark-03.cap sofia-01.cap mark-03.csv sofia-01.csv mark-03.kismet.csv sofia-01.kismet.csv mark-03.kismet.netxml sofia-01.kismet.netxml memleak.png sploit Music stefan-01.cap NetBeansProjects stefan-01.csv NETGEAR-01.cap stefan-01.kismet.csv NETGEAR-01.csv stefan-01.kismet.netxml NETGEAR-01.kismet.csv Templates NETGEAR-01.kismet.netxml tet NETGEAR-02.cap toncho-01.cap NETGEAR-02.csv toncho-01.csv NETGEAR-02.kismet.csv toncho-01.kismet.csv NETGEAR-02.kismet.netxml toncho-01.kismet.netxml NETGEAR-03.cap toncho-02.cap NETGEAR-03.csv toncho-02.csv NETGEAR-03.kismet.csv toncho-02.kismet.csv NETGEAR-03.kismet.netxml toncho-02.kismet.netxml NETGEAR-04.cap tonn-01.cap NETGEAR-04.csv tonn-01.csv NETGEAR-04.kismet.csv tonn-01.kismet.csv NETGEAR-04.kismet.netxml tonn-01.kismet.netxml NETGEAR-05.cap Ubuntu One NETGEAR-05.csv Videos dreamwave@ubuntu:~$ cd tet dreamwave@ubuntu:~/tet$ ls blog dreamwave@ubuntu:~/tet$ rm -rf blog dreamwave@ubuntu:~/tet$ rails new blog -d mysql /usr/local/lib/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rails (>= 0) (Gem::LoadError) from /usr/local/lib/site_ruby/1.8/rubygems.rb:214:in `activate' from /usr/local/lib/site_ruby/1.8/rubygems.rb:1082:in `gem' from /usr/bin/rails:18 dreamwave@ubuntu:~/tet$ ls dreamwave@ubuntu:~/tet$ ls dreamwave@ubuntu:~/tet$ rails /usr/local/lib/site_ruby/1.8/rubygems.rb:779:in `report_activate_error': Could not find RubyGem rails (>= 0) (Gem::LoadError) from /usr/local/lib/site_ruby/1.8/rubygems.rb:214:in `activate' from /usr/local/lib/site_ruby/1.8/rubygems.rb:1082:in `gem' from /usr/bin/rails:18 dreamwave@ubuntu:~/tet$
Optional Paste Settings
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
HTML 5
Java
JavaScript
Lua
None
Objective C
Perl
PHP
Python
Rails
-------------
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
ActionScript
ActionScript 3
Ada
ALGOL 68
Apache Log
AppleScript
APT Sources
ARM
ASM (NASM)
ASP
Asymptote
autoconf
Autohotkey
AutoIt
Avisynth
Awk
BASCOM AVR
Bash
Basic4GL
BibTeX
Blitz Basic
BNF
BOO
BrainFuck
C
C for Macs
C Intermediate Language
C#
C++
C++ (with QT extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
ChaiScript
Clojure
Clone C
Clone C++
CMake
COBOL
CoffeeScript
ColdFusion
CSS
Cuesheet
D
DCL
DCPU-16
DCS
Delphi
Delphi Prism (Oxygene)
Diff
DIV
DOS
DOT
E
ECMAScript
Eiffel
Email
EPC
Erlang
F#
Falcon
FO Language
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
Game Maker
GDB
Genero
Genie
GetText
Go
Groovy
GwBasic
Haskell
Haxe
HicEst
HQ9 Plus
HTML
HTML 5
Icon
IDL
INI file
Inno Script
INTERCAL
IO
J
Java
Java 5
JavaScript
jQuery
KiXtart
Latex
LDIF
Liberty BASIC
Linden Scripting
Lisp
LLVM
Loco Basic
Logtalk
LOL Code
Lotus Formulas
Lotus Script
LScript
Lua
M68000 Assembler
MagikSF
Make
MapBasic
MatLab
mIRC
MIX Assembler
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MPASM
MXML
MySQL
Nagios
newLISP
None
NullSoft Installer
Oberon 2
Objeck Programming Langua
Objective C
OCalm Brief
OCaml
Octave
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
ParaSail
PARI/GP
Pascal
PAWN
PCRE
Per
Perl
Perl 6
PHP
PHP Brief
Pic 16
Pike
Pixel Bender
PL/SQL
PostgreSQL
POV-Ray
Power Shell
PowerBuilder
ProFTPd
Progress
Prolog
Properties
ProvideX
PureBasic
PyCon
Python
Python for S60
q/kdb+
QBasic
R
Rails
REBOL
REG
Rexx
Robots
RPM Spec
Ruby
Ruby Gnuplot
SAS
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
SPARK
SPARQL
SQL
StoneScript
SystemVerilog
T-SQL
TCL
Tera Term
thinBasic
TypoScript
Unicon
UnrealScript
UPC
Urbi
Vala
VB.NET
Vedit
VeriLog
VHDL
VIM
Visual Pro Log
VisualBasic
VisualFoxPro
WhiteSpace
WHOIS
Winbatch
XBasic
XML
Xorg Config
XPP
YAML
Z80 Assembler
ZXBasic
Paste Expiration:
Never
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
Paste Exposure:
Public
Unlisted
Private (members only)
Paste Name / Title:
Hello
Guest
Sign Up
or
Login
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login