Let's see how it look like first. Is it good? Now, see it live. Click here . Then click the Forum Tab , wait 'til it loads. How to do it? Actually, it's very easy. 1. Just go to this site and sign-up. 2. Then go to your Blogger Dashboard > Edit Posts or New Posts > Edit Pages > Create New Page. 3. Name your page as Forum or anything you want. 4. Click Edit HTML 5. Paste the script that is given by tal.ki. The script looks like this. <script src='http://j9tjfgzo57.embed.tal.ki/embed/1.js' type='text/javascript'/><div id='j9tjfgzo57t4lk1prm0' style='font-size:80%; text-align:center;'>get your own <a href='http://tal.ki?utm_source=install&utm_medium=link&utm_campaign=get_your_own'>embeddable forum</a> with Talki</div> 6. Preview, if it's fine. Publish it! That's it!
GeoDjango is a Django module that turns it into a web-GIS app. It is powerful as it uses geospatial engines such as GDAL, GEOS and PostGIS. In this post, we'll be creating heat map using leaflet plugin https://github.com/Leaflet/Leaflet.heat . From our views.py , we need to create a function that can return JSON object with this format: [[ 50.5 , 30.5 , 0.2 ] , // lat, lng, intensity [ 50.6 , 30.4 , 0.5 ] , ] Below is an example: Basically, the proposed_roads query uses the Centroid function of GeoDjango, also intensity is obtain by getting the sum (change this depending on your specification or needs) based on the subquery. The output of this query is intensity and the Point object derived from Centroid which is named as "cent". To turn it into the desired format, we need to convert it into list and append the intensity (which is the 3rd value). The function returns a JSON data similar to the required format of leaflet heatmap. You can then use AJAX in ...
Splinterlands has been fun for me! I love strategy games, coming from NarutoArena way back 2000s, this NFT game is enjoyable. Being a beginner, to get your rank up from Bronze III to Bronze II is hard compared to Bronze II to I. I guess because in B3 the only ruleset is Standard (no restrictions except mana costs) making it hard to select/build your splinter in battle. In this post, I'll be sharing my water deck. I rented the cards below. Summoner : Alric Stormbringer +1 Magic to splinters and just 3 mana cost. This makes this summoner great. Tank : Lobstradamus For its hit points at 9 and ability to reduce damage from melee and range attacker, and just 6 mana cost this is a great tank although it is slow. Adding the +1 magic from Alric, you have 2 direct damage per attack. Support: Venari Wavesmith This card adds armor to friendly monsters (plus +2 direct damage per turn), although it has 5 mana cost having this gives your low HP splinters protection fr...