Explore tweets tagged as #enqueue
@duf88logbook
カイトマン🪁🇺🇦
3 months
レンタカーにして良かった。.万博開幕前に予約手配したので完全にラッキーなだけなんですが、P&Rがガラガラのお陰で優先入園システムに変更されたし、イタリア館がたまたま西ゲートに近かった😁.08:55イン.競歩ですらない「徒歩」で09:01 Enqueue。.09:20には展示室に入れました。
Tweet media one
Tweet media two
Tweet media three
1
1
11
@p523n
ふ゜く゛る
2 months
enqueue側速すぎて3億4千万/秒とかいうスループット出てガチで面白い.platformlabのほうのnanologって確か80M/sとかじゃなかったか?nanologやっぱ超えてないか?あれのベンチ取り方わからんくてまだやれてないが
Tweet media one
1
0
2
@piro03211
piro(音楽、イラスト)
3 months
えんきゅーさん(#music_eNQueue)の曲にギターで参加させていただきました!. Magical⭐︎effect feat.初音ミク.Y:N: #キラハピ2025 の楽曲です!.明るくて元気がでるキラキラした作品です!.#初音ミク #キラハピ #VOCALOID.
@music_eNQueue
えんきゅー/eNQueue
3 months
キラハピ2025楽曲 Magical☆effect feat.#初音ミク .投稿しました~✨.#キラハピ2025 #VOCALOID
0
3
12
@inobcreate
i-nob@フリーランスWebエンジニア
1 month
💡WordPressでPHP→JavaScriptへのデータ受け渡しの流れ. 例)get_option. PHP側.1.wp_enqueue_scriptで渡したいjsファイルを読込.2.get_optionで取得.3.連想配列で2を格納.4.wp_localize_scriptで1のハンドル名指定. JS側.wp_localize_scriptの第二引数(変数名)と連想配列のキーで取得. #WordPress
Tweet media one
Tweet media two
0
0
2
@gc_urchin
うるちん
3 months
◤ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄. ボカデュオ2025. 制作楽曲決定!.__________◢. 「宵盆」. Music: えんきゅー/eNQueue.Lirycs: 大泉ずみ.arrange: piro. Artwork.Illustration: 朝餉鶴太郎.Design: 旬子
Tweet media one
1
10
18
@nayajunimesh
Nimesh Nayaju Shrestha
24 days
At @liveblocks, we've exploring different ways to render streaming markdown. I've been experimenting with an approach where you only ever enqueue a fully parsed/formed token so you never see an incorrect or partial markdown. 🧵
@marcbouchenoire
Marc Bouchenoire
25 days
We’re exploring ways to improve how Markdown is rendered in our components during streaming. • Complete partial syntax when possible (bold, links, table headers, …).• Buffer incomplete elements (partial images, broken emojis, …)
3
5
19
@mytechnotalent
Kevin Thomas
2 months
#Hacking #Embedded #Rust Course (Chapter 5: Embassy Executor Enqueue/Dequeue In Detail) - This chapter covers the project step-by-step enqueue/dequeue of Reverse Engineering Rust Pico. #ReverseEngineering.
Tweet media one
0
0
0
@SUVAM_001
Suvam Chakraborti
2 months
🧠 Today I built Queue & Deque using class in JavaScript!.🚀 Implemented custom methods: enqueue, dequeue, addFront, removeRear, isEmpty, and more. 📚 Learned:.Queue = FIFO.Deque = Both Ends.Writing it from scratch = true understanding 💪.@ali_In_bits @sheryians_.#JavaScript #DSA
Tweet media one
0
1
18
@ajthakur_
Ajay Thakur
4 months
loving fluid compute and controller.enqueue, and resumable streams going to be lit 😎
Tweet media one
1
2
21
@gc_urchin
うるちん
3 months
#VocaDuo2025チーム ✧. Team : ドレスコードはTシャツで. [ member ].Vocal : GarciaV. うるちん.Movie : うるちん.P : えんきゅー/eNQueue.Lyrics : 大泉ずみ.arrangement : piro.MIX : FING.Illustration : 朝餉鶴太郎.Designer : 旬子
Tweet media one
Tweet media two
1
7
6
@OfficialLoganK
Logan Kilpatrick
2 months
We just shipped "Batch mode" in the Gemini API with 50% discounts on our 2.5 models and the ability to enqueue billions of tokens at a time!
Tweet media one
117
195
2K
@therepositorywp
The Repository
1 month
Inside Enqueue: A New Developer-Focused WordPress Event Coming to APAC.
0
0
3
@Virendra__42
Virendra Dangi
2 months
Day 41/100 – #100DaysOfCode. Leetcode 225-Stack via Queues.Push → enqueue in q2, move all from q1, swap. Push: O(n), Pop/Top: O(1). Leetcode 232. Queue via Stacks.Push → in stack. Pop/Peek → transfer to out if empty. Amortized O(1. #LeetCode #JavaScript #BuildInPublic
Tweet media one
Tweet media two
Tweet media three
Tweet media four
2
0
8
@petereliaskraft
Peter Kraft
1 month
Cool new feature: queue priority!. When you enqueue a task on a durable queue, you can set a priority. While tasks are normally dequeued in FIFO order, tasks with higher priority are dequeued before tasks with lower priority (lower numbers mean higher priority). This is useful
Tweet media one
0
2
9
@pokohide
ぽこひで
2 months
> これを防ぐのが、Active Jobが提供するenqueue_after_transaction_commitという設定です。この設定が有効であれば、ジョブはデータベーストランザクションがコミットされた後にのみキューにエンキューされます。. 知らなかった。便利だ.
0
0
1
@waybackwanderer
Eternal Wanderer
3 months
Enqueue.Aug 1996.
0
0
0
@wpToolkitHub
WordPress Educator/Theme & Plugin Tips
7 days
WordPress doesn’t allow inline JavaScript by default. But if you know your way around functions.php, wp_enqueue_script() is your friend. Clean, scalable, and update-safe. For page-specific logic, use conditionals like is_page() or is_single().
Tweet media one
0
43
96
@AbhinavXJ
abhinav
4 months
I built a Background Task Processing System so that your user does not have to wait in their API calls. Features.✅Producer(to add the jobs).✅Worker(to process them).✅/enqueue route to add jobs.✅Redis for queueing.✅/metrics route to get the stats.Check reply for more info
Tweet media one
Tweet media two
Tweet media three
Tweet media four
10
2
91
@Rion_Akane0230
朱音リオン♦️🐺@VTuber
3 months
えんきゅー様(#music_eNQueue )の曲に歌詞を採用していただきました!. Magical⭐︎effect feat.初音ミク.Y:N: #キラハピ2025 参加楽曲!!.キラキラでハッピーな最高の作品です!.宜しくお願いします✨.#初音ミク #キラハピ #VOCALOID #ボカロ
Tweet media one
@music_eNQueue
えんきゅー/eNQueue
3 months
キラハピ2025楽曲 Magical☆effect feat.#初音ミク .投稿しました~✨.#キラハピ2025 #VOCALOID
2
9
36