[(ref:)] (http://c.learncodethehardway.org/book/ex16.html)
//struct
struct Person{
char *name;
int age;
}
//function that returns a pointer to a struct
//takes in the properties of the struct as arguments
[(ref:)] (http://c.learncodethehardway.org/book/ex16.html)
//struct
struct Person{
char *name;
int age;
}
//function that returns a pointer to a struct
//takes in the properties of the struct as arguments
#edited the "new theme"
-iguana.js ->474 ->432 ->46
-jquery.js
-/layouts/user_email_content_builder_header2.php
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
int main() | |
{ | |
int i, distance, cost = 0; | |
char destination[20], type, line[100], max_line[100]; | |
char date[10]; | |
int match = 0; |
remove_action('woocommerce_checkout_order_review', 'woocommerce_order_review'); | |
add_action('woocommerce_checkout_order_review', 'cu_pr_update_order_review', 10); | |
function cu_pr_update_order_review() { | |
ob_start(); | |
global $woocommerce; | |
woocommerce_get_template( 'checkout/review-order.php', array( 'checkout' => $woocommerce->checkout() ) ); | |
$table = ob_get_contents(); |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
int main() | |
{ | |
char date[10] = "10/02/2012"; | |
char day[10]; | |
char month[10]; | |
char year[10]; |
put the plugin code in the plugin.js | |
https://raw.github.com/jamesflorentino/nanoScrollerJS/master/bin/javascripts/jquery.nanoscroller.min.js | |
put the styling in the plugin.css | |
https://raw.github.com/jamesflorentino/nanoScrollerJS/master/bin/css/nanoscroller.css | |
views/search/index.php -> | |
<div class="result-wrapper nano"> | |
<div class="content"> |