cheat-sheets

Git Cheat Sheet – cheat sheets

Git Cheat Sheet Cheat Sheet for the Git Distributed Version Control System. Based on https://github.com/AlexZeitler/gitcheatsheet and http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf Create Git Repository From existing direct­ory cd proje­ct_dir git init git add . From other reposi­tory git clone exist­ing­_dir new_dir git clone git:/­/gi­thu­b.c­om/­use­r/r­epo.git git clone https­://­git­hub.co­m/u­ser­/re­po.git Git – Local Changes Changed in working direct­ory git status Tracked file changes git diff Add changed […]

Git Cheat Sheet – cheat sheets Leer más »

WordPress Cheat Sheet

  TXTFMT Text processing Types addslashes bin2hex conver­t_u­udecode conver­t_u­uencode crc32 crypt html_e­nti­ty_­decode html_e­ntities htmlsp­eci­alchars htmlsp­eci­alc­har­s_d­ecode lcfirst ltrim md5 nl2br remove­_ac­cents rtrim sha1 str_rot13 strips­lashes strlen strrev strtolower strtoupper ucfirst trim ucwords wptext­urize Text Formatting codes can be combined by separating them with commas. The list is processed in left to right order. Shortcode Attribute Placeh­olders

WordPress Cheat Sheet Leer más »

JQuery Cheat Sheet

JQuery Cheat Sheet Basic use of jquery  jquery Selectors $(‘*’); $(‘ele­ment’); $(‘.cl­ass’); $(‘#ID’); $(‘sel­ector1, selector2, select­orN’); DOM .append() .prepend() .appen­dTo() .prepe­ndTo() .after() .before() .inser­tAf­ter() .inser­tBe­fore() .next() .prev() .data() .attr(­’at­tri­but­eNa­me’­,’a­tri­bute’) .remov­eProp() prop() .empty() .remove() .remov­eAttr() .first() .last() .child­ren() .find() .html() .text(); .val() .end() .css(‘­sty­leN­ame­’,’­style’) .addCl­ass() .remov­eCl­ass() toggle­Class() .eq() .end() not() var object = $.exte­nd({}, object1, object2);

JQuery Cheat Sheet Leer más »

Moodle developer’s cheat sheet

Moodle developer’s cheat sheet Cheat Sheet Common functions userful for developers working in Moodle Capabi­lities Has capabi­litity has_ca­pab­ility() User is admin is_admin() Require Capability requir­e_c­apa­bil­ity() Context Levels System Context CONTEX­T_S­YSTEM 10 User Context CONTEX­T_USER 30 Course Category Context CONTEX­T_C­OUR­SECAT 40 Module Context CONTEX­T_M­ODULE 70 Block Context CONTEX­T_BLOCK 80 Course Context CONTEX­T_C­OURSE 50 Access API System

Moodle developer’s cheat sheet Leer más »

cheat-sheets PHP

https://www.cheatography.com/krabat1/cheat-sheets/php/   PHP Cheat Sheet PHP development PHP TOC I PHP Control Structures http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2456 PHP Function handling Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2462 PHP Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2474 PHP Logical Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2457 PHP Arithmetic Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2461 PHP Increm­ent­ing­/De­cre­menting Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2458 PHP Bitwise Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2460 PHP Comparison Operators http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2459 PHP Math Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2447 PHP XML Manipu­lation Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2448 PHP Network Functions http:/­/ww­w.c­hea­tog­rap­hy.c­om­/kr­aba­t1/­che­at-­she­ets­/ph­p/#­tit­le_­706­_2440

cheat-sheets PHP Leer más »

Web Programming Cheat Sheet

Web Programming Cheat Sheet Web Programming Introd­uction Internet WWW Client Server Model HTTP Request, Response HTTP Request format­,me­tho­de..etc HTTP Response HTML Elements Tags,A­ttr­ibutes Styling Extern­al,­Int­ern­al,­Inline Links <a>­,<i­mg>…..etc Tables rel Tags,A­ttr­ibutes Lists Unorde­red­,Or­der­ed,­Def­inition Forms Method­,Ac­tio­n,Form Elements Frames Diff Arrang­eme­nts­,Nested Frames Basic Tags <p>­<h1­><b­>……etc Events onClic­k,o­nFo­cus­,on­Loa­d,o­nCh­ang­e..etc Qns:Create Resume Course Regist­ration form …etc XHTML Introd­uction syntax­,html vs xhtml,

Web Programming Cheat Sheet Leer más »