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
| { | |
| "_id": "14ef335ea4a0", | |
| "creation_date": "2018-03-23T20:28:21.458Z", | |
| "job": "Senior Integration Specialist", | |
| "job_location": "JLL - Chicago, IL", | |
| "start_date" : "2019-03-23T20:28:27.153Z", | |
| "first_name": "Bob", | |
| "last_name": "Smith", | |
| "email_address": "ramprasad1718@gmail.com", | |
| "phone_number": "3522176711", |
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
| #contact-image-content .thumb-lg { | |
| width: 150px; | |
| } | |
| #contacts-grid-view-model-list .pull-left a { | |
| margin-bottom: 5px; | |
| } | |
| #contacts-grid-view-model-list .thumb-sm { | |
| margin-bottom: 4px; |
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
| nothing |
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
| <!doctype html> | |
| <head> | |
| <html class="no-js" lang="en"> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <!-- Length between 50-60 characters --> | |
| <title itemprop='name'>Distributor of metal plastic containers | Fox Valley Containers</title> | |
| <!-- Shorten length between 155-165 character --> | |
| <meta name="description" content="Premier distributors of metal and plastic containers for reliable packaging of paint, chemicals, adhesives, food, coatings, inks and pharmaceuticals located in the upper midwest with locations in Illinois, Michigan, and Minnesota. Suppliers of paint cans, glass bottles and plastic bottles, pails, closures, drums and overpacks."> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
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
| [DEBUG] | |
| sd_write_log=no | |
| wifi_gecko=no | |
| [DML] | |
| always_show_button=yes | |
| cheat=no | |
| current_item=GOME01 | |
| default_loader=2 |
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
| http://blog.petrockblock.com/wp-content/uploads/2015/02/Setup-RPI.txt | |
| dtparam=sd_overclock=100 | |
| https://github.com/RetroPie/RetroPie-Manager | |
| http://xpadder.com/?lang=english&country=US | |
| http://www.multibootpi.com/ | |
| http://forums.launchbox-app.com/topic/30078-exiting-emulators-with-xbox-360-controller/ | |
| https://en.wikipedia.org/wiki/List_of_video_game_emulators#Nintendo_64 |
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
| ~/Retropie/BIOS/dc | |
| https://dolphin-emu.org/download/ | |
| https://buildbot.libretro.com/stable/1.3.6/ | |
| http://www.lakka.tv/doc/Nintendo-64/ | |
| http://m64py.sourceforge.net/ | |
| http://www.lakka.tv/doc/BIOSes/ | |
| https://github.com/mupen64plus/mupen64plus-core/releases/tag/2.5 | |
| https://code.google.com/archive/p/mupen64plus/wikis/ThirdPartyPlugins.wiki | |
| https://github.com/OpenEmu/OpenEmu |
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
| [class*="grid"] { | |
| box-sizing: border-box; | |
| display: flex; | |
| flex-flow: row wrap; | |
| margin: 0 -15px; | |
| } | |
| .grid > .cell, | |
| [class*="grid"] > [class*="cell-"], | |
| .grid.cell, |
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
| //************************ | |
| // VARIABLES | |
| //************************ | |
| $gl-gridName: grid !default; | |
| $gl-colName: cell !default; | |
| $gl-gutter: 30px !default; // Total | |
| $gl-col-bottom: $gl-gutter !default; | |
| $breakpoints: ( | |
| xs: 0, |