Skip to content

Instantly share code, notes, and snippets.

Microsoft (199)
Supermicro (134)
Trianglemicroworks (73)
Michael Vogt (3)
Erik Michaels-ober (1)
Michael Staatz (1)
Microsoft (199)
Supermicro (134)
Trianglemicroworks (73)
Michael Vogt (3)
console output ----
http://imagebin.org/290152
$(document).ready(function() {
$('button').click(function() {
var toAdd = $("input[name=message]").val();
$('#messages').append("<p>"+toAdd+"</p>");
});
});
rm -r adt-bundle-linux-x86-20131030/
rm: cannot remove `adt-bundle-linux-x86-20131030/sdk/platform-tools': Directory not empty
[ varun: $/media/Yojimbo/installationFiles ]$ ls -lar adt-bundle-linux-x86-20131030/sdk/platform-tools/
total 1212
-rwxr-xr-x 1 varun root 1231255 Oct 23 18:23 .fuse_hidden0001620d0000000d
drwxrwxrwx 1 varun root 4096 Feb 6 09:57 ..
drwxrwxrwx 1 varun root 4096 Feb 6 10:09 .
lsattr -a adt-bundle-linux-x86-20131030/sdk/platform-tools/
lsattr: Inappropriate ioctl for device While reading flags on adt-bundle-linux-x86-20131030/sdk/platform-tools/.
Button launchActivityTwoButton = (Button) findViewById(R.id.bLaunchActivityTwo);
launchActivityTwoButton.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
// TODO:
// Launch Activity Two
// Hint: use Context's startActivity() method
// Create an intent stating which Activity you would like to start
try {
<?php
require_once("includes/common_functions.php");
$mysqli = connect_to_mysql("db_connection.cfg");
$debug = debug_mode("db_connection.cfg");
/* type_id below is different from type of term which are vendor/products/CVE_search/
* CvSS_score_search etc.
*/
$type_id = trim(strip_tags($_GET['type_id']));
$fullTerm = trim(strip_tags($_GET['search_term']));
separateTermType($fullTerm);
<?php
$var = "";
$var2 = "";
function foo($var){
$var = $var."Hello World";
bar($var2):
)
function bar($var){
<?php
echo $vendorSql;
if ($debug) {
echo "</br>term and value </br>";
echo $term, $value[1]. '</br>';
}
$stmt->bind_param('s', $term );
/* Error : PHP Fatal error: Call to a member function bind_param() on a non-object in
setsid unity
[ varun: $~ ]$ unity-panel-service: no process found
Killed
Checking if settings need to be migrated ...no
Checking if internal files need to be migrated ...no
Backend : gconf
Integration : true
Profile : unity
Adding plugins
Initializing core options...done
$(document).ready(function() {
if (!("autofocus" in document.createElement("input"))) {
if($("#login_form_text")){
$("#login_form_text").focus();
}
};
/* This Functions works as well as the one below
* $('.auto_complete_cve').customMenuComplete({
source: