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":429602,"type":"newdeal","dealid":432717,"title":"Boat Type C to Lighting Cable for 27W Fast Charging | 480 Mbps Data Transfer | 1.2 m (3.9 ft) Perfect Cable Length | Premium Nylon Braiding | Durable & Tangle-Free | with Silicon Tie (Carbon Black)","store":"amazon","pid":"amazon_B0G4MG6SZ9","original_price":999,"deal_price":229,"discount_percent":77,"url":"https://amazon.in/dp/B0G4MG6SZ9/?tag=thuttu-21&th=1&psc=1","raw_url":"https://amazon.in/dp/B0G4MG6SZ9/","image_url":"https://m.media-amazon.com/images/I/51llyiz422L._SX425_.jpg","details":null,"coupons":[],"ndeals":1,"nlikes":0,"ncomments":0,"nviews":0,"status":"new","uname":"Dood","created":"2026-07-07 23:28:59","updated":"2026-07-07 23:28:59"},{"id":429601,"type":"newdeal","dealid":432716,"title":"HP OMEN Gaming Monitor, 23.8 inch(60.5 cm) FHD, 165Hz, 3-Sided Borderless, 300 nits, Pivot Rotation, Anti-Glare, Height Adjustable, Eye Ease (Eyesafe® Certified), 780F0AA (Black)","store":"amazon","pid":"amazon_B0CBPDLCSP","original_price":22400,"deal_pric |
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":429602,"type":"newdeal","dealid":432717,"title":"Boat Type C to Lighting Cable for 27W Fast Charging | 480 Mbps Data Transfer | 1.2 m (3.9 ft) Perfect Cable Length | Premium Nylon Braiding | Durable & Tangle-Free | with Silicon Tie (Carbon Black)","store":"amazon","pid":"amazon_B0G4MG6SZ9","original_price":999,"deal_price":229,"discount_percent":77,"url":"https://amazon.in/dp/B0G4MG6SZ9/?tag=thuttu-21&th=1&psc=1","raw_url":"https://amazon.in/dp/B0G4MG6SZ9/","image_url":"https://m.media-amazon.com/images/I/51llyiz422L._SX425_.jpg","details":null,"coupons":[],"ndeals":1,"nlikes":0,"ncomments":0,"nviews":0,"status":"new","uname":"Dood","created":"2026-07-07 23:28:59","updated":"2026-07-07 23:28:59"},{"id":429601,"type":"newdeal","dealid":432716,"title":"HP OMEN Gaming Monitor, 23.8 inch(60.5 cm) FHD, 165Hz, 3-Sided Borderless, 300 nits, Pivot Rotation, Anti-Glare, Height Adjustable, Eye Ease (Eyesafe® Certified), 780F0AA (Black)","store":"amazon","pid":"amazon_B0CBPDLCSP","original_price":22400,"deal_pric |
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
| <#-- | |
| This file allows you to override and define new FreeMarker variables. | |
| --> | |
| <#assign | |
| show_header = getterUtil.getBoolean(themeDisplay.getThemeSetting("show-header")) | |
| /> |
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
| <#-- ---------- Common variables ---------- --> | |
| <#assign | |
| theme_display = themeDisplay | |
| portlet_display = portletDisplay | |
| layoutSet = layout.getLayoutSet() | |
| theme_timestamp = themeDisplay.getTheme().getTimestamp() | |
| theme_settings = themeDisplay.getThemeSettings() |
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
| body{font-size:16px;} |
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
| alert("js load from gist"); |
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
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-sm-4"> | |
| <div class="card"> | |
| <div class="card-body"> | |
| <h5 class="card-title">Special title 1</h5> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</a> | |
| </div> |
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
| var os = (function() { | |
| var ua = navigator.userAgent.toLowerCase(); | |
| return { | |
| isWin : /windows/.test(ua), | |
| ismacOs : /mac os/.test(ua) | |
| }; | |
| }()); | |
| var browser = (function() { | |
| var ua = navigator.userAgent.toLowerCase(); |
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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
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> | |
| <html> | |
| <head> | |
| <title>Meetup Groups by Member ID</title> | |
| <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script> | |
| <script type="text/javascript"> | |
| $(document).ready(function(){ | |
| $.getJSON("https://api.meetup.com/2/groups?callback=?&sign=true&member_id=8377069&page=20&api&key=4d6354b6970177437494d3e6a41414b&only=name,link", | |
| function (data) { | |
| var htmlString = ""; |
NewerOlder