Posts

Showing posts from March, 2004

Bootstrap 3 Table Header Color Code Example

Example: bootstrap 3 table Bootstrap Basic Table A basic Bootstrap table has a light padding and only horizontal dividers. The .table class adds basic styling to a table ------------------------------------------------------------ Striped Rows The .table-striped class adds zebra-stripes to a table Bordered Table The .table-bordered class adds borders on all sides of the table and cells ------------------------------------------------------------ Hover Rows The .table-hover class adds a hover effect ( grey background color ) on table rows ------------------------------------------------------------ Condensed Table The .table-condensed class makes a table more compact by cutting cell padding in half ------------------------------------------------------------ Contextual Classes Contextual classes can be used to color table rows ( <tr> ) or table cells ( <td> ) The contextual classes that can be used are : Class Description .active Applies the hover color to

The Answer To Life, The Universe And Everything Siri Code Example

Example 1: the answer to life the universe and everything 0x2Ah ( 42d ) , 101010b Example 2: the answer to life the universe and everything it is 42 ( H2G2 ) ; )

Bootstrap 4 Rtl Css Code Example

Example: bootstrap rtl <!-- Load Bootstrap RTL theme from RawGit --> < link rel = " stylesheet " href = " //cdn.rawgit.com/morteza/bootstrap-rtl/v3.3.4/dist/css/bootstrap-rtl.min.css " >

Latex Documentclass Code Example

Example 1: basic latex document \documentclass{article} \ begin {document} Hello World! \ end {document} Example 2: basic latex document \documentclass{article} \title{My first document} \ date { 2013 - 09 - 01 } \author{John Doe} \ begin {document} \maketitle \newpage Hello World! \ end {document}

Admin Commands In Minecraft Realms Code Example

Example: other mc realms options With prices starting at €0.60/gb, Jeekie.Host is one of the cheapest hosting companies in the industry. https://jeekie.host/

Arduino Led Lights Code Code Example

Example 1: code for led blink in arduino void setup ( ) { LED_BUILTIN = 3 ; //or 13 // initialize digital pin LED_BUILTIN as an output. pinMode ( LED_BUILTIN , OUTPUT ) ; } // the loop function runs over and over again forever void loop ( ) { digitalWrite ( LED_BUILTIN , HIGH ) ; // turn the LED on (HIGH is the voltage level) delay ( 1000 ) ; // wait for a second digitalWrite ( LED_BUILTIN , LOW ) ; // turn the LED off by making the voltage LOW delay ( 1000 ) ; // wait for a second } Example 2: blink led arduino void setup ( ) { pinMode ( ledPin , OUTPUT ) ; }

Chatter Group For Customer Community Users

Answer : To create a community user Chatter group You need to create these group in community>first login into community as sys admin . then in chatter tab try to create groups for your community user and add them . It will solve the problem. Also add your internal user profile as well as community user profiles in community user tab.

Center Align Text In Html Code Example

Example 1: how to align text in html <!-- Code By T64 --> <!-- Solution --> < p style = " text-align : left " > This text is aligned to the left side of the page </ p > < p style = " text-align : center " > This text is aligned to the center of the page </ p > < p style = " text-align : right " > This text is aligned to the right side of the page </ p > <!-- Output --> This text is aligned to the left side of the page This text is aligned to the center of the page This text is aligned to the right side of the page <!-- Website: https://installation.cf --> Example 2: html center text < div style = " text-align : center " > Dieser Text wird zentriert. < p > Ebenso dieser Paragraph. </ p > </ div > Example 3: how to align text in html <!-- Code by Scratchy --> <!-- Twitter: @S_cratchy--> &l

Pinmode Arduino Meaning Code Example

Example 1: arduino pinmode void setup ( ) { pinMode ( 13 , OUTPUT ) ; // sets the digital pin 13 as output } void loop ( ) { digitalWrite ( 13 , HIGH ) ; // sets the digital pin 13 on delay ( 1000 ) ; // waits for a second digitalWrite ( 13 , LOW ) ; // sets the digital pin 13 off delay ( 1000 ) ; // waits for a second } Example 2: arduino pinMode pinMode ( Pin_number , State ) ; ex : pinMode ( 2 , HIGH ) ;

Can I Make It Always Night Time?

Answer : As of 0.16.0, you can change the time to night one time by /time set night To make it night constantly, (or if you are on lower versions then 0.16) you can use a mod: Simple Commands mod Simple Commands mod adds a few new, simple text commands. Now, among the "standard" commands will have a new command that has the effect to your character. In total there are 23 different effects, such as speed and invisibility - it is the effects of potions. With these commands, you can affect the gamegame mode, weather, time, deceleration time, set the level of experience, and more in MCPE 0.11-0.15.7 pocketInvEditor mod (available on Google Play) PocketInvEditor is an inventory editor for Minecraft Pocket Edition. With this tool, you can give yourself more blocks and items without writing a single hexadecimal digit or connecting to a computer. the mod also allows locking the day/night cycle It seems that as of the 1.1 update "The Discovery Update&