Discover and read the best of Twitter Threads about #JSON

Most recents (19)

How we got here? 🧵
I would like to share the @RIC_1111 story with you in this thread 👇

1/ It was the first serious lock down in 2021. Indeed, we received the stay home order from government...
@MirzaNFT
#collectible #pfp #NFTCommunity
2/ I was working on one of my artworks behind the computer but my partner @MirzaNFT didn't have anything to do at home.
Meanwhile, was following news about @Snowden and @Stella_Assange (Julian) charges and their situation.
He got curious about laws, crimes and penalties..
3/ He saw a few documentaries about some ex prisoners and figured out how laws can be unfair and crucial.
Anyway, he got bored after just one day staying home.
I gave him the iPad and asked him to draw something for fun.
He searched and showed me this pic while... Image
Read 17 tweets
DeepSquare integrates the neural network #text2image model #StableDiffusion.

This thread presents how we #designed and implemented the #workflow to execute Stable Diffusion on the DeepSquare Grid.
We designed the workflow as follows:

The #prompt is sent over an environment variable.
Most of the parameters are sent via environment varibles.
Images are sent to transfer.deepsquare.run
The docker image is already compiled from github.com/Stability-AI/s… and is exported as registry-1.deepsquare.run/library/stable…

The steps are as follows:
1-Generate the images. Rows are distributed into task per #GPU.
2-Combine all the images into one grid. Image
Read 8 tweets
🔥 #BRC 20 will be the next narrative after the #Meme $Pepe surge goes down.

$Ordi has performed #1000X since free mint on Unisat.

Spent hours diving deep into the Brc-20 network.

Everything about BRC20

How to make profit on BRC20 💰 🤑

I’ve got you covered here 🚪 Image
1️⃣ What is BRC-20

To make it simply, We have #ERC20 - token standard on Ethereum, #BEP20 - token standard on BNB.

Then, #BRC20 is a fungible token standard on Bitcoin blockchain.
#BRC20 is deployed using #Inscription or #JSON file, allowing users to create and transfer tokens.

The BRC20 standard was created by @domodata on March 8th.
Read 10 tweets
🧵1/8 Loading datasets from various sources is crucial for data analysis. In this thread, we'll explore how to read datasets from different sources and software using R! 📚 #RStats #DataScience Image
🧵2/8 CSV Files: The "read.csv" function is a go-to for reading comma-separated values files. For improved performance and more flexibility, consider using the "read_csv" function from the readr package or the fread function from the data.table package. 📃 #CSV #RStats
🧵3/8 Excel Files: The readxl package provides functions like "read_excel" for reading data from Excel files (.xls and .xlsx). Alternatively, the openxlsx package offers more features, including reading and writing Excel files. 📊 #Excel #RStats
Read 9 tweets
Go is a programming language that comes with a rich standard library containing many useful packages and modules. In this, I provide an overview of the standard library modules in Go.
#golang #library
🧵👇
1️⃣. fmt - This package provides formatted I/O with functions like Println, Printf, and Scanf.
#golang #println
🧵👇
2️⃣. net - This package provides a set of network-related functions like dialing a network address, establishing a connection, and listening to a network port.
#network #http #port #golang
🧵👇
Read 21 tweets
[1/🧵] "#ISO20022 is bigger than you think"

You've probably heard that term a few times and wondered what it meant. 🤔

In case you are curious now:

A brief explanation of everything important.
There will be nothing complicated ahead, so don't worry. 🧵👇 Source: https://topiacoin.io/es/cbpr-iso-20022-for-dummies/
[2/24] — Outline —

🔹 Origin & Timeline
🔹 What's the big deal?
🔹 Details regarding the transformation
🔹 Migration Approaches
🔹 Relations to #Crypto (#DTI)
🔹 @Ripple & #JSON formats Source: https://www.cryptopolitan.com/iso-20022-compliant-cr
[3/24] — Origin & Timeline —

The #ISO 20022 standardization efforts began very early on. Indeed, you may be wondering how you missed it until this date. 😅 Source: https://www.slideserve.com/bevis/iso-20022-unifi-pow
Read 26 tweets
If you want to know how to use/manipulate JSON in Javascript open this:
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.

It is based on a subset of the JavaScript Programming Language.
JSON is a text format that is completely language-independent but uses conventions that are familiar to programmers of the C-family of languages, including C++, C#, Java, JavaScript, Perl, Python, and many others.

These properties make JSON an ideal data-interchange language.
Read 9 tweets
Don't miss [SOL2606] with @jrloaizam @dbinmemory @bch_t in 1 hour over in Caesars Forum @CloudWorld !

JSON Documents...Relational structures...coming together for maximum flexibility and power of SQL!

Exciting new tech/features for @OracleDatabase 23c :)
Image
Whoa, check out this stage. Image
Read 34 tweets
Since my last post I have had a lot of questions on how I went about learning #Python 🐍, here is a thread 🧵on how I went about it 👇
1. As an introduction to #Python I started on @DataCamp with the introductory course. This is a great starting point
datacamp.com/tutorial/python
2. supported by @britishswimming I used a great tutor which we found on fiverr.com, which was a really cost effective of doing it. I was specific as to the purpose I had for #Python - web scraping and data science/data analysis/data visualisation
Read 11 tweets
Whilst our co-founders are making waves; @fraser_again at #money2020 & @ankurb at @DcentralCon before uniting at #Consensus2022, the fun doesn't stop for the team

Day 5 of our #OpenSource-athon, with 5 useful APIs for @cosmos builders

🧮🔂🔐💸💰

github.com/cheqd/data-api

🧵
As #Cosmonauts know the @cosmossdk offers APIs for built-in modules using gRPC, REST & Tendermint RPC however we noticed a few that it can't provide, so we built them...

This collection of custom APIs can be deployed as a @Cloudflare Worker or compatible serverless platforms
1. 🧮 Total Supply

#Crypto tracking websites such as @CoinMarketCap and @coingecko require an #API endpoint for reporting the total supply of tokens in the main/primary token denomination.
Read 11 tweets
the service is using ML model trained on large number of annotated product texts. google product taxonomy was taken as the base taxonomy, which was then customised.
the #platform can be used both as dashboard or as #API #json endpoint. here is the url for IAB classification that you can try out: productcategorization.com/demo_dashboard…
Read 5 tweets
A quick tweetorial on using #RStats to hit an API!

I used the {httr} & {jsonlite} pkgs to migrate 789 journal entries from my old platform to Notion. It's a great case study. I'm going to show you my building blocks. 🧱

You can use what I learned for any API project!

1/n
2/

First, I went to the "Getting Started" page of the Notion API docs. Makes sense, since I was getting started.

It told me crucial details like how to create an integration, give it permissions on a Notion DB, and get the DB ID.

developers.notion.com/docs/getting-s…
3/

But before long I was awash in code examples that were either in node.js or curl, and to be frank I wasn't sure how to work with them.

I know, I should, but hey, this is a tutorial for people like me who… didn't really know how to do it easily. A basic example in the docs...
Read 16 tweets
#AboutRSS 电报频道上的 “与 RSS 有关的 Coding 向 #教程 分享” 已发布 6 期,同样开个 #Thread

「基于 Liuli 构建纯净的 RSS #公众号 信息流 」

juejin.cn/post/705768750…

#微信
「Add RSS Feeds to Your Website to Keep Your Core Readers Engaged」

「给 #hexo #博客 新增 RSS 功能支持」

zhuanlan.zhihu.com/p/460818216
Read 51 tweets
من اكثر المحتويات الذي احب متابعتها 😍

بحاول اشرحها باسلوبي بالعربيه ❤️
ماهي #JSON

شاركنا رأيك .. تعتقد الطرق هذي مفيده بنشر المحتوى البرمجي ؟ 🤔

يلا نكتشف json 🤛🤜
لنفترض انه عندنا موقع اليكتروني يتم عرض معلومات عن البيتزا🍕 فيه🤤

وكنا بنحتاج ان العميل يرتبط مع السيرفر ويتبادلو بالبيانات 🤔

👇
المشكله الكبيره الذي تواجهنا لمن نتبادل بيانات بين طرفين هو صيغة البيانات نفسه ..😭

بشكل ابسط 😎.. عشان الطرفين يفهمو البيانات لازم تكون طريقة تمثيل هذه البيانات موحدة للطرفين 💪

ومن هنا جائت الهيرو 🦸‍♀️ json

لكن قبلها خلونا نشوف مراحل ظهورها 😎

👇
Read 10 tweets
Example thread on how to load #JSON into #Neo4j Aura -- working up from simple to more complex. Let's use the .@TheHackersNews public API to load a mini-feed of stories.

First: head endpoint with best stories, and simplest JSON load: Image
the apoc.load.json call always returns "value" with whatever came back. HackerNews is sending results, an array of post IDs.

We can extract out just the post IDs with a bit of extra cypher like this. Nice clean array of long values. Image
One step further; now we will UNWIND the array, turning the nested array into each individual item, and then build the URL we'll ask of HackerNews to get the detail of each story. This is how we build URLs one by one; we just take the story ID and concat it into a string URL Image
Read 9 tweets
🧵A thread of System.Text.Json features in the .NET 5.

Nine tweets with examples 🤓

Retweets are appreciated 🙏

#dotnet #coding #devcommunity #json #programming
Preserve references and handle circular references.
Read 10 tweets
The National Gallery of Art now has a public #OpenData program: Most of the NGA's collection data is now on Github and released under a CC0 license!
👩‍💻🧑‍💻👨‍💻
#DigitalArtHistory #DigSMus #CulturalAnalytics #CC0 @medievalben @ngadc
nga.gov/open-access-im…
Now let's see: 1st there is a documentation as docx (thanks), then a folder of sql tables (interesting) and one with zipped csv files. Let's pick objects.csv and see what's inside...
@janecalexander
github.com/NationalGaller…
Ah, there are 28 columns (properties) with 135,715 rows (objects). Great!
Creation date is split in begin and end date, the oldest -490, i.e. b.c. Median: 1933, Mean: 1868.
"accessioned" is always "1".
@nealstimler
Read 17 tweets
Es un orgullo para la Comunidad de Desarrolladores de Argentina poder acompãnar iniciativas como el #ConnectDay junto a estas empresas @plataforma5la, @distillerylatam, @revistasg y @clarikagroup 💪
¡Hoy es el #ConnectDay! Desde CoDeAr estamos felices de poder acompañar a @wtmriodelaplata, @GDGCordobaARG, @gdgriodelaplata en este día de charlas y de compartir conocimiento en comunidad. Podés sumarte a la transmisión en vivo desde acá:
Comienza la primer charla sobre #DataScience y #Economía, en el contexto de las #transdisciplinas.
Read 118 tweets
#SPFx SharePoint Framework, let you build productive experiences and apps that are responsive and mobile-ready from day one. @SharePoint and @366PiTech #FridayFeeling for us is a training day at the office around building a modern experience using modern SPFx. (1/n)
@SharePoint @AbhijeetDGupta @366pi @SkyPiCast @bhartisushant @acuvator If you are looking to read "How To" - here' something to get you started. 366pi.tech/custom-sharepo… This is where @AbhijeetDGupta has mentioned of building a form. Sharing more on our #FridayFeeling @SharePoint starting now #SPFx #Development #code @bhartisushant @acuvator
@SharePoint @AbhijeetDGupta @366pi @SkyPiCast @bhartisushant @acuvator Set up your SharePoint Framework development environment docs.microsoft.com/en-us/sharepoi…
Things are just warming up here at #aberdeen on #FridayMorning (3/n) @acuvator @bhartisushant @AbhijeetDGupta
Read 12 tweets

Related hashtags

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!