Angehefteter Tweet
Chief E
2.1K posts


@LeagueOfLegends Add bloodletters curse as bruiser mage item please
English

Here are ten 42M TinyStories models running simultaneously in the browser. @karpathy's Llama2.c code has been ported to Rust using the Candle framework and compiled to Wasm.
English

E quando uma mecânica nunca antes utilizada em um jogo profissional muda completamente o rumo de uma md3 em pleno playoff de The International?
Isso aconteceu! No jogo 3 entre Na`Vi vs TongFu a lendária sequência de Fountain Hooks do Dendi virou de vez o jogo!
#RoadToTI
Português

@ABgoneCODING == checks whether the two operands reference the same object. While the 2 objects could have the same content, they are different instances so expression is false GYAT
English

@caddy_pleb Wdym - smtp and http run on top of tcp, contrary to running on top of udp. As far as Bip300 I think it makes sense for transactions, especially being able to be scalable.
English

@AniketKhatawkar @drinkslaycoffee @CodingNinjasOff Nice - is the idea that the nested loop prints spaces based on the value of i?
English

Just conquered Day 12 of the coding challenge at #NinjaSlayground! 🚀💻 Solving coding questions daily to sharpen my skills. Here's my solution for today's challenge. Learning and coding with a cup of @DrinkSlayCoffee☕ #CodingNinjasStudio @CodingNinjasOff

English

@Ykhandelwal0921 @CodingNinjasOff @drinkslaycoffee ) ? 1 : num + 1;
}
res.push_back(col);
}
return res;
}
English

@Ykhandelwal0921 @CodingNinjasOff @drinkslaycoffee What about:
vector<vector<int>> numberPattern(int n) {
int num = 1;
vector<vector<int>> res;
for (int i = 0; i < n; i++) {
vector<int> col(n, -1);
for (int j = n - i - 1; j < n; j++) {
col[j] = num;
num = (num > 9
Română

Day: 11 of 21 days challenge of Coding Ninjas x Slay Coffee, Ninja Playground. Question: Crazy Numbers #NinjaSlayground #CodingNinjasStudio
@CodingNinjasOff
@drinkslaycoffee

English


















