tensorNPU's profile picture.

Furr

@tensorNPU

Furr reposted

Useful websites for developers: ~ Remote Jobs remoteok.com ~ Code Snippets carbon.now.sh ~ Convert Files converthub.com ~ Hosting sevalla.com ~ HTML templates htmlrev.com ~ Icons lineicons.com ~ Animations…


Furr reposted

SAVE THESE SITES FOREVER!!!

swapnakpanda's tweet image. SAVE THESE SITES FOREVER!!!

Furr reposted

This is a good resource on Unix threads youtube.com/playlist?list=…

vivekgalatage's tweet image. This is a good resource on Unix threads

youtube.com/playlist?list=…
vivekgalatage's tweet image. This is a good resource on Unix threads

youtube.com/playlist?list=…
vivekgalatage's tweet image. This is a good resource on Unix threads

youtube.com/playlist?list=…
vivekgalatage's tweet image. This is a good resource on Unix threads

youtube.com/playlist?list=…

A beginner-friendly explanation of race conditions; a good start to understanding various issues arising from concurrency. youtu.be/FY9livorrJI

vivekgalatage's tweet image. A beginner-friendly explanation of race conditions; a good start to understanding various issues arising from concurrency.

youtu.be/FY9livorrJI


Furr reposted

💫 DBZ x Minecraft Giveaway! 💫 We’re giving away 15 codes of our official Minecraft x Dragon Ball Z! 💥 To enter: 1️⃣ Follow us 2️⃣ Like & RT this post Winners will be randomly selected at 4 PM, November 13th, 2025 (BRT) 🥇 #Minecraft #DBZ #CycloneGames

cyclonegamesmc's tweet image. 💫 DBZ x Minecraft Giveaway! 💫

We’re giving away 15 codes of our official Minecraft x Dragon Ball Z!

💥 To enter:
1️⃣ Follow us
2️⃣ Like & RT this post

Winners will be randomly selected at 4 PM, November 13th, 2025 (BRT) 🥇

#Minecraft #DBZ #CycloneGames

Furr reposted

7 Free resources to learn Linux & DevOps 1. Linux → linuxopsys.com 2. Bash → blog.sysxplore.com 3. AWS → explore.skillbuilder.aws 4. Azure → learn.microsoft.com 5. DevOps → edx.org/learn/devops 6. Docker → docker-curriculum.com 7. Kubernetes…

linuxopsys's tweet image. 7 Free resources to learn Linux & DevOps 

1. Linux → linuxopsys.com

2. Bash → blog.sysxplore.com

3. AWS → explore.skillbuilder.aws

4. Azure → learn.microsoft.com

5. DevOps → edx.org/learn/devops 

6. Docker → docker-curriculum.com

7. Kubernetes…

Furr reposted

C Programming Projects Collection for Beginners! Here’s what’s inside: - SHA-512 Implementation - HTTP Server - UDP Server-Client - Port Scanner - Ping Implementation - Multiplayer Tic-Tac-Toe - Chat System - Asteroid Game - Arithmetic Compiler - Notes Manager CLI (C +…

_trish_xD's tweet image. C Programming Projects Collection for Beginners!

Here’s what’s inside: 
- SHA-512 Implementation 
- HTTP Server 
- UDP Server-Client 
- Port Scanner 
- Ping Implementation 
- Multiplayer Tic-Tac-Toe 
- Chat System  
- Asteroid Game
- Arithmetic Compiler
- Notes Manager CLI (C +…

Furr reposted

Best YouTube Channels for Programming ❯ C ➟ J*** S** ❯ C++ ➟ T**C** ❯ Python ➟ *or** S** ❯ Java ➟ *el*** ❯ JavaScript ➟ t**S** ❯ C# ➟ *u*v*** ❯ Rust ➟ F** C** All links inside:

swapnakpanda's tweet image. Best YouTube Channels for Programming

  ❯ C                  ➟ J*** S**
  ❯ C++             ➟ T**C**
  ❯ Python       ➟ *or** S**
  ❯ Java             ➟ *el***
  ❯ JavaScript ➟ t**S**
  ❯ C#                ➟ *u*v***
  ❯ Rust             ➟ F** C**

All links inside:

Furr reposted

My progress on Card Animation on Flutter Like & follow 👉 source code + tutorial


Furr reposted

Motor is getting an insane level-up soon. It's time for a comprehensive animation sequence system in #flutter with a simple API and physics support all the way down. None of these examples are more than 200 LOC


Furr reposted

bored? try these: - build your own text editor viewsourcecode.org/snaptoken/kilo/ - make your own operating system github.com/cfenollosa/os-… - build your own database cstack.github.io/db_tutorial/ - build your own virtual machine jmeiners.com/lc3-vm/


Furr reposted

Amazing work by @sbis04, #FlutterDev future is bright 💫

Trying out Liquid Glass UI in #Flutter 🌊 Really like how the light refraction works based on the thickness of the glass layers 🐙 GitHub: github.com/sbis04/liquid_… Big shoutout to @imadetheseworks for building this amazing package! @r_FlutterDev @FlutterDev @FlutterComm



Furr reposted

🚨 Big news for Flutter folks: Microsoft Clarity is now available for Flutter apps! 🙌 We’re thrilled to officially announce the release of Clarity Flutter SDK, bringing the power of Clarity’s behavioral analytics, session replays, and heatmaps to Flutter apps. As user…

msftClarity's tweet image. 🚨 Big news for Flutter folks: Microsoft Clarity is now available for Flutter apps! 🙌

We’re thrilled to officially announce the release of Clarity Flutter SDK, bringing the power of Clarity’s behavioral analytics, session replays, and heatmaps to Flutter apps.

As user…

Furr reposted

Time to play with Liquid Glass in your #FlutterDev app! I've pushed a prerelease to pub, check it out here: pub.dev/packages/liqui… It is obviously a first version, so don't expect this to work perfectly, and the API might change a lot still 🥃🥛🥂🍑


Furr reposted

CVPR 2025 papers pt. 1 - Gaze-LLE Gaze-LLE simplifies gaze target estimation by building on top of a frozen DINOv2 visual foundation model; SOTA performance; open source code and model more papers: github.com/SkalskiP/top-c… ↓ more


Furr reposted

Kernel Development from Scratch

chessMan786's tweet image. Kernel Development from Scratch

Furr reposted

I can finally map @NBA player's position from the camera perspective onto the court map it's still a bit shaky... I'll smooth it out later it's time to detect shooting motions and mark the shot location! some of the code has already been migrated to: github.com/roboflow/sports


Furr reposted

Yes, you can achieve the AirBNB style animated icons without knowing 3d. Here's how:


Furr reposted

Animated Airbnb-style icons with AI. ☕️ ChatGPT + Runway (full tutorial below).


Furr reposted

If you really want to stop the ! operator, for whatever reason, just do this instead: void foo(final User? user) { final u = user; if (u != null) { // here compiler knows it's not null } else { // here compiler knows it's null } }

STOP using the "!" operator in Dart Make use of the automatic assign

Migalv17's tweet image. STOP using the "!" operator in Dart

Make use of the automatic assign


Furr reposted

Build your own arithmetic expression compiler in C - tokenizes expressions (lexical analysis) - parses and evaluates simple math expressions - generates assembly-like code output - demonstrates core compiler construction principles source code: github.com/dexter-xD/proj…

_trish_xD's tweet image. Build your own arithmetic expression compiler in C

- tokenizes expressions (lexical analysis)
- parses and evaluates simple math expressions
- generates assembly-like code output
- demonstrates core compiler construction principles

source code: github.com/dexter-xD/proj…
_trish_xD's tweet image. Build your own arithmetic expression compiler in C

- tokenizes expressions (lexical analysis)
- parses and evaluates simple math expressions
- generates assembly-like code output
- demonstrates core compiler construction principles

source code: github.com/dexter-xD/proj…
_trish_xD's tweet image. Build your own arithmetic expression compiler in C

- tokenizes expressions (lexical analysis)
- parses and evaluates simple math expressions
- generates assembly-like code output
- demonstrates core compiler construction principles

source code: github.com/dexter-xD/proj…

Loading...

Something went wrong.


Something went wrong.