Anton pfp

Anton

@antohin

285 Following
146 Followers


Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xbc820a1e
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xbc820a1e
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xbc820a1e
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xbc820a1e
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0xbc820a1e
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
Do you remember how we filled the array automatically? 🔥 🔥 🔥 GOOD! 🔥 🔥 🔥 Now, based on this code, we will create a function that will do this. We will call this function filling_the_array. Note how we filled two arrays using this function. At the same time, we described the code for filling only once :) #include <stdio.h> #include <stdlib.h> // Declaration int* filling_the_array(int* array); int main() { int* ptr_1 = NULL; // Firt function using ptr_1 = filling_the_array(ptr_1); for(int i = 0; i<5; i++) printf("%d ", *(ptr_1+i)); printf("\n"); int* ptr_2 = NULL; // Second function using ptr_2 = filling_the_array(ptr_2); for(int i = 0; i<5; i++) printf("%d ", *(ptr_2+i)); return 0; } // Description int* filling_the_array(int* array) { int* next_ptr = NULL; array = (int*)malloc(5*sizeof(int)); for(next_ptr = array; next_ptr-array<5; next_ptr++) *next_ptr = rand()%9; return array; }
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
👀 Hey, friends! Can you subscribe on my channel? I will gift you 10 warps 💥 https://warpcast.com/~/channel/catscode
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
👀 Hey, friends! Can you subscribe on my channel? I will gift you 10 warps 💥 https://warpcast.com/~/channel/catscode
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
👀 Hey, friends! Can you subscribe on my channel? I will gift you 10 warps 💥 https://warpcast.com/~/channel/catscode
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
👀 Hey, friends! Can you subscribe on my channel? I will gift you 10 warps 💥 https://warpcast.com/~/channel/catscode
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ You are welcome! Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
2 reactions

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ You are welcome! Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
1 reaction

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
1 reaction

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
1 reaction

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
1 reaction

Vlady🎩Ⓜ️ pfp
Vlady🎩Ⓜ️
@vlady
⧫⧫⧫
2 replies
3 recasts
9 reactions

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
1 recast
2 reactions

balajis pfp
balajis
@balajis.eth
FARCASTER LOGIN What is Farcaster good for? It’s good for devs. It’s good for data analysts. And it’s good for social login. The last is the thing I’m most interested in. When you start a new site you can use Google or Apple login. And that’s fine. But it just gives you an email. And maybe Google Drive access in Google’s case. You can also use X/Twitter, Facebook, or LinkedIn. But those APIs change so quickly and adversarially that you can’t really build features on your site that rely on them. So you end up using them similarly to Google login, where you get a username only. Now arrives Farcaster. The first fairly large scale decentralized crypto social protocol. Where people aren’t in it solely for the money. Now, for all users who log in with Farcaster, suddenly you can provide encrypted messaging between accounts and pull their full social context. And if they’ve connected a wallet and ENS, they have a balance and can spend and receive money in your app. This changes everything.
93 replies
73 recasts
481 reactions

Anton pfp
Anton
@antohin
Lets learn C-language together! ☑️ Subscribe ^_^ https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
0 reaction

Anton pfp
Anton
@antohin
https://warpcast.com/antohin/0x7991c0c5
0 reply
0 recast
2 reactions