~/paste/all
~/paste/all
~/paste/all
Pages: 123 ...395396397398

Paste #1226

  1. #!/bin/sh
  2.  
  3. alias echo=/bin/echo
  4.  
  5. rand=$(pwgen -A -0 20 1)
Language: text
Posted by Anonymous at 10 Nov 2012, 06:11:36 UTC

Paste #1222

  1. class Fehler {
  2.     public static void main(String[] args) {
  3.         System.out.println("Hi!");
  4.         int erste_zahl = 2
  5.         int 2teZahl = 3;
Language: text
Posted by Anonymous at 28 Oct 2012, 09:27:30 UTC

Paste #1209

  1. #!/bin/sh
  2.  
  3. test -z "$(which pwgen)" && { echo '"pwgen" not found in $PATH' ; exit 23 ; }
  4.  
  5. rand=$(pwgen 20 1)
Language: bash
Posted by Anonymous at 13 Oct 2012, 07:19:41 UTC

Paste #1208

  1. server {
  2.     listen 443 default ssl;
  3.  
  4.     server_name dns.nanl.de;
  5.     root /var/www/poweradmin;
Language: bash
Posted by Anonymous at 13 Oct 2012, 07:17:37 UTC

Paste #1197

  1. g req g
  2. re greq gqe
  3.  
Language: text
Posted by Anonymous at 04 Oct 2012, 08:34:02 UTC

Paste #1196

  1. gre gre
  2. gre gggggee
Language: text
Posted by Anonymous at 04 Oct 2012, 08:33:56 UTC

Paste #1191

  1.     Hallo WG-Suchende,
  2.  
  3.     für unsere 5köpfige WG suchen wir ab 01.10. oder 01.11. eine_n langfristige_n Mitbewohner_in, die_der sich nicht cis-männlich positioniert, eine längere Zwischenmiete nach Vereinbarung wäre auch möglich.
  4.  
  5.     Das Zimmer ist ca 12 qm groß. Wenn es dir sehr wichtig ist, in einem größeren Zimmer zu wohnen, wäre noch das 14qm Zimmer verhandelbar. Das freie Zimmer kostet mit allem drum und dran 235,- €. Wenn du in einer schwierigen finanziellen
Language: text
Posted by Anonymous at 13 Sep 2012, 11:32:45 UTC

Paste #1164

  1. <html>
  2. <head>
  3. <title>jQuery POST test</title>
  4. <script type="text/javascript" src="./jquery-1.7.2.js"></script>
  5. <script type="text/javascript" src="./jquery.cookie.js"></script>
Language: javascript
Posted by Anonymous at 28 Jun 2012, 02:42:35 UTC

Paste #1159

  1. <script type="text/javascript">
  2.   function login() {
  3.     $.ajax({
  4.       url: 'http://127.0.0.1:8080/cgi-bin/luci/rpc/auth?auth=null',
  5.       data: JSON.stringify ({method:"login", params:["root", "foobar"]} ),
Language: text
Posted by Anonymous at 27 Jun 2012, 11:34:56 UTC

Paste #1152

  1. config redirect                    
  2.         option src              wan  
  3.         option src_dport        443  
  4.         option dest_port        22    
  5.         option proto            tcp  
  6.         option dest_ip          192.168.123.10
Language: text
Posted by Anonymous at 20 Jun 2012, 03:01:20 UTC

Pages: 123 ...395396397398