Paste What's Inside Your Clipboard!


Recommended Posts

This is just plain fun ^_^

Here is mine.

/usr/sbin/iptables -A FORWARD -p tcp -i eth0 --dport 8080 -j ACCEPT
/usr/sbin/iptables -A PREROUTING -t nat -p tcp -i eth0 --dport 8080 -j DNAT to 192.168.0.101:80

That was me testing out port forwarding o.o Oh well ^_^

What's in yours?

Link to comment
Share on other sites

unfortunately,i've got something with warez in my clipboard,so i can't past now LOL :D I'll post later when i'll have something normal in clipboard.I use clipboard very often... Can't live without it

Link to comment
Share on other sites

static const uint32 sr_init_loc[] = {0x3101b0, 0x3101b0, 0x3101b0, 0x3101ec, 0x310200};
	lp = (uint32 *)(ROM_BASE + 0x310008);
	*lp = 0x48000000 | (sr_init_loc[ROMType] - 8) & 0xffff;	// b  ROM_BASE+0x3101b0
	lp = (uint32 *)(ROM_BASE + sr_init_loc[ROMType]);
	*lp++ = 0x80200000 + XLM_KERNEL_DATA;	// lwz	r1,(pointer to Kernel Data)
	*lp++ = 0x3da0dead;      // lis	r13,0xdead	(start of kernel memory)
	*lp++ = 0x3dc00010;      // lis	r14,0x0010	(size of page table)
	*lp = 0x3de00010;      // lis	r15,0x0010	(size of kernel memory)

Link to comment
Share on other sites

rep.mode = REPORT_CON_MODE_CANCEL;

rep.state = REPORT_CON_STATE_NONE;

reportList.SetAt(arrayIndex, rep);

reportUpdateUI(REPORT_UILIST_UPDATE, id);

//run a timer with timerID = id for 10 seconds

:blink:

Link to comment
Share on other sites

%state = TRUE;

SingleStep(%state); Set to "TRUE" for tracing through the program

;

GetDviStationInput(15,0,37,"B42", FALSE, FALSE); Gets 15 barcode numbers

Gosub(:CHECK_DVISTATION_INPUT); got Code?

Store($barcode,@DATA);

Strmid($account,$barcode,1,6);

SetAccountNumber($account);

Strmid($subject,$barcode,7,6);

SetSubject($subject);

Strimd($worktype,barcode,13,3);

SetWorkType($worktype);

Exit;

... a script I'm working on at work right now

Link to comment
Share on other sites

   'handler for sample analytes mouse hover (change font)

   Private Sub lblAnalyteHandle_MouseHover(ByVal sender As System.Object, ByVal e As System.EventArgs)

       Dim myLbl As Label = CType(sender, Label)

       myLbl.Font = New Font("Tahoma", 8, FontStyle.Underline)

   End Sub

   'handler for sample analytes click - should load the sampel details onto form

   Private Sub lblAnalyteHandle_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

       Dim myLbl As Label = CType(sender, Label)

       MsgBox(myLbl.Tag & " - " & myLbl.Text)

   End Sub

the bit i've just finished coding - worked 1st time too!! :D

Link to comment
Share on other sites

F5 FF FF FF 00 00 00 00 ........

00 00 00 00 00 00 00 00 ........

90 01 00 00 00 00 00 01 ........

00 00 00 00 54 00 61 00 ....T.a.

68 00 6F 00 6D 00 61 00 h.o.m.a.

00 00 00 00 00 00 00 00 ........

00 00 00 00 00 00 00 00 ........

00 00 00 00 00 00 00 00 ........

00 00 00 00 00 00 00 00 ........

00 00 00 00 00 00 00 00 ........

00 00 00 00 ....

LOL, this is some HEX from the Registry :s i usually have boring stuff like URL's and VB code, this is intresting!!! :pc:

BTW - Nice topic, i wonder if anyone will accidently post something private :happy:

Link to comment
Share on other sites

>>>>>>>>+[-[>]+>++++[>++++++++<-],>[<[-[>>+<<-]]>>[<<+>>-]<-]<[<->-[<+>-[-[-[-[-
[-[-[-[-[<+++++>-[<+>-[<+>-[<+>-[<[-]+>-[-[-[-[-[-[-[-[-[-[-[-[-[<+++>-[<--->-[<
++++>-[<---->->>+++[<+++++++++>-]<[<[-[>>+<<-]]>>[<<+>>-]<-]<[<+>-[<->-[<++>-[<-
->[-]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]<]+++++++++[<]>[-[-[<+>-]<]>[<<<<<<<<<+>
>>>>>>+[>>[<<+>+>-[<<-->+>-[<<+>+>-[<+>-]]]]<[<<<<<<<+>>>>>>>-]<[>+<-]>]>++<<<<<
<<<--<[>>>>>>>>+<<<<<<<<-]]>[<++[>]>>[>>]<[<[<<]<[<]<<<<<+[[<+>-]<<<[>+>-<<-[>+>
++<<-[>+>-<<-[>+<-]]]]>[>>>>>>>+<<<<<<<-]>]]<[<<]<[<]<[>>>>>>>]<<<<<]>[[>]>>[>>]
<<-<<[<<]<[<]+++<<<<<<]>[[>]>>[>>]+[<<]<[<]++++<<<<<]>[[>]>>[>>]<+<[<<]<[<]+++++
<<<<]>[[>]>>[>>]<,<[<<]<[<]++++++<<<]>[[>]>>[>>]<-<[<<]<[<]+++++++<<]>[[>]>>[>>]
<.<[<<]<[<]++++++++<]>[<<<<<<<<+>>>>>>>>-]>]

A BrainF*ck interpreter, written in BrainF*ck itself.

Yes - this is a real (and very scary) programming language

Link to comment
Share on other sites

if there isn't any jobs then they can't give you one obviously but when they got some then they'll call yah... don't know if they'd offer you none tho cuz you outta stae

haha, taht's from an AIM chat i had with my friend....

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.