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
# yum list installed *Php* | |
Loaded plugins: auto-update-debuginfo, langpacks, presto, refresh-packagekit | |
Installed Packages | |
php.i686 5.3.6-2.fc15 @fedora | |
php-cli.i686 5.3.6-2.fc15 @fedora | |
php-common.i686 5.3.6-2.fc15 @fedora | |
php-devel.i686 5.3.6-2.fc15 @fedora | |
php-gd.i686 5.3.6-2.fc15 @fedo |
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
import sdk.video.*; | |
import java.awt.event.*; | |
import java.awt.Color; | |
import java.awt.AlphaComposite; | |
import java.awt.BorderLayout; | |
import javax.swing.*; | |
import javax.swing.UIManager.LookAndFeelInfo; | |
public class ButtonTest extends JWindow { |
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
public class ButtonTest extends JWindow { | |
public static P p = null; | |
private static JFrame frame; | |
private SoftJButton softButton1; | |
private SoftJButton softButton2; | |
public static void main(String[] args) { | |
SwingUtilities.invokeLater(new Runnable() { |
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
"C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe"; | |
$cmd = "\"$path\" /h /p '$file'"; | |
$shell_exec($cmd); |
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
import java.awt.print.PrinterException; | |
import org.apache.pdfbox.pdmodel.PDDocument; | |
import org.apache.pdfbox.pdmodel.PDPage; | |
import org.apache.pdfbox.pdmodel.edit.PDPageContentStream; | |
import org.apache.pdfbox.pdmodel.font.PDType1Font; | |
import org.apache.pdfbox.pdmodel.font.PDFont; | |
import java.io.File; | |
public class print |
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
package policy; | |
import java.io.BufferedReader; | |
import java.io.EOFException; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.io.InterruptedIOException; | |
import java.io.PrintWriter; | |
import java.net.ServerSocket; | |
import java.net.Socket; |
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
array(3) { | |
[0] => string(12) "bossresponse" | |
[1] => object(stdClass)#150 (1) { | |
["responsecode"] => string(3) "200" | |
} | |
[2] => array(1) { | |
[0] => array(3) { | |
[0] => string(3) "web" | |
[1] => object(stdClass)#162 (3) { | |
["totalresults"] => string(5) "10700" |
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
1. After submit it alerts undefined | |
2. Inside the frame i have the real results | |
3. How can i get the output of /a/filejax | |
<script type="text/javascript"> | |
$(document).ready(function() | |
{ | |
$('#files1').live("submit",function(e) | |
{ | |
$('#file1').load(function(){ |
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
[sun@example ~]$ telnet 192.168.1.4 | |
Trying 192.168.1.4... | |
Connected to 192.168.1.4. | |
Escape character is '^]'. | |
RMC Control Console | |
Connected to Host: QMRMC2 | |
Bad or Incomplete Command ( �#) | |
QM-RMC>help all |
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
# cat grub.conf | |
# grub.conf generated by anaconda | |
# | |
# Note that you do not have to rerun grub after making changes to this file | |
# NOTICE: You have a /boot partition. This means that | |
# all kernel and initrd paths are relative to /boot/, eg. | |
# root (hd0,0) | |
# kernel /vmlinuz-version ro root=/dev/mapper/vg_example-lv_root | |
# initrd /initrd-[generic-]version.img | |
#boot=/dev/sda |