Anonymous
Welcome to everyone
Anonymous
Welcome! !
Ricardo Arturo
cout << "Hello";
Anonymous
Please, we love C and hate a little C++
Anonymous
:D
Anonymous
printf("Hello");
Anonymous
😆
correctmaninwrongplace
A subset of C++ > C > C++
Anonymous
print %eax
Anonymous
😆
Anonymous
print %edx
Anonymous
Why are you so calm ?
Ricardo Arturo
Why are you so intense? XD
Anonymous
😆
Anonymous
somebody know about devexpress c#?
Abde
I do
Abde
but this is a c/c++ group :P
Hafiz Hilman
Anonymous
Jeje
Abde
correctmaninwrongplace
which anime is this?
Abde
konosuba
Abde
Kono Subarashii Sekai ni Shukufuku wo!
correctmaninwrongplace
Thank you
correctmaninwrongplace
^^
Anonymous
/rules
Anonymous
print %edx
Anonymous
269
Anonymous
Are you sleeping?
Anonymous
Yes
Anonymous
How to make peer to peer network?
ENOENT
you take two peers and connect them
Anonymous
How to make peer to peer network?
Using NAT function in one of this peers or connecting them though server
many
How to make peer to peer network?
Everyone is a server and a client
Anonymous
Everyone is a server and a client
How to deal with nat and vpn?
Eu
If you are behind some of them, you can only be a client (unless some incoming fwd rule applied to any)
Eu
You can't receive a connection but you cand send & rcv when you connect to some other peer that can receive input connections
Eu
So, you can only reach part of the p2p net, not all of the nodes
ENOENT
If firewalls don't accept incoming connections by default how do p2p networks work? - Stack Overflow http://stackoverflow.com/questions/14926807/if-firewalls-dont-accept-incoming-connections-by-default-how-do-p2p-networks-wo
ENOENT
there's a few techniques to get around this, basically
Top T : Trollface Was Real
/help
Translate ..
Use:@a8bot translate In the input field ..
Anonymous
I come from Indonesia, I hope we can discuss about php language well yes
Anonymous
https://jaxbot.me/articles/benchmarks_nodejs_vs_go_vs_php_3_14_2013
Top T : Trollface Was Real
Anonymous
Hy i am from indonesia
Anonymous
Welcome Raja....
Souking
is C/Cpp native for Android and iOS?
many
No
Souking
this is really not fair and reasonable, how come language like C/Cpp which almost of Android (Linux) iOS are made with, and C/Cpp are not native , I dunno where i saw its Native
Souking
any explanation why such fundamental langs are not native ?
Souking
🤒🤕
Souking
they are
yes they should be
Ricardo Arturo
any explanation why such fundamental langs are not native ?
Those languages when compiled produce native machine code.
Souking
all languages produce native machine code after compiling
Souking
but not all of them hv direct access to native labreries
Ricardo Arturo
Wtf.
Souking
Wrong
i guess if wrong the codes from high level lang wont work
Souking
Wtf.
😁 teach me & don't be shocked)) well I think there is misunderstanding here in the term of "native" and "machine code", As a Hard Embedded Systems engineer maybe its more low level understanding
Souking
so that means for Android the term native doesn't mean machine code?
Ricardo Arturo
Native doesn't mean machine code. Native means code specific for the platform in question
Ricardo Arturo
An Android app that is written in Java and runs on the dalvik virtual machine is an Android native application
Souking
yes this what i undersood from you thank you
Souking
got it
Top T : Trollface Was Real
👌
Anonymous
#include #include #define reset_1 PORTA.0 #define full_1 PORTA.1 #define cw_ccw_1 PORTA.2 #define clk_1 PORTA.3 unsigned int i_stepper1, i_loop,count_mtr1,i_loop_rev; void steppr_init(void); void fwd_mtr1(float data_stepper1); void rvrs_mtr1(void); void steppr_init(void) { reset_1 = 0; full_1 = 0; cw_ccw_1 = 1; } void fwd_mtr1(float data_stepper1) { count_mtr1 = 0; i_stepper1 = (unsigned int)((data_stepper1/1.8)+2.7); for (i_loop = 0; i_loop < i_stepper1; i_loop++) { count_mtr1 ++; reset_1 = 1; full_1 = 0; cw_ccw_1 = 1; clk_1 = 0; delay_ms(10); clk_1 = 1; delay_ms(10); } } void rvrs_mtr1(void) { for (i_loop_rev = 0; i_loop_rev < count_mtr1; i_loop_rev++) { reset_1 = 1; full_1 = 0; cw_ccw_1 = 0; clk_1 = 0; delay_ms(10); clk_1 = 1; delay_ms(10); } } // Declare your global variables here void main(void) { PORTA=0x00; DDRA=0xFF; PORTB=0x00; DDRB=0x00; PORTC=0x00; DDRC=0x00; PORTD=0x00; DDRD=0x00; TCCR0=0x00; TCNT0=0x00; OCR0=0x00; TCCR1A=0x00; TCCR1B=0x00; TCNT1H=0x00; TCNT1L=0x00; ICR1H=0x00; ICR1L=0x00; OCR1AH=0x00; OCR1AL=0x00; OCR1BH=0x00; OCR1BL=0x00; ASSR=0x00; TCCR2=0x00; TCNT2=0x00; OCR2=0x00; MCUCR=0x00; MCUCSR=0x00; TIMSK=0x00; ACSR=0x80; SFIOR=0x00; steppr_init(); while (1) { fwd_mtr1(120); rvrs_mtr1(); }; }
Russell
damn dude format your code
Russell
use gist.github.com
even better idea
Ricardo Arturo
that looks like c++ code for avr
Ricardo Arturo
c code, sorry
Tiberias
Halo guys,,
Souking
Halo guys,,
hello, are you German?)