Moderator Profile Pictures
- Dinuka_Shehan
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 346
- Thank you received: 26
22 Jul 2019 16:33 - 22 Jul 2019 16:38 #140199
by Dinuka_Shehan
Moderator Profile Pictures was created by Dinuka_Shehan
Hi Moderators,
Why most of the moderators using an animal as there profile pictures?
I confused about this matter since I am a fresher!
AND
How to became a Moderator a little position from the fresher?
Is BigJohnT responsible for that
Will they ban me
I am weak;I will be strong!
Why most of the moderators using an animal as there profile pictures?
I confused about this matter since I am a fresher!
AND
How to became a Moderator a little position from the fresher?
Is BigJohnT responsible for that
Will they ban me
I am weak;I will be strong!
Last edit: 22 Jul 2019 16:38 by Dinuka_Shehan.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19304
- Thank you received: 6463
22 Jul 2019 17:22 #140204
by tommylight
Replied by tommylight on topic Moderator Profile Pictures
Not yet !Will they ban me
So was Captain America !I am weak;I will be strong!
Please Log in or Create an account to join the conversation.
22 Jul 2019 17:52 - 22 Jul 2019 19:02 #140208
by Grotius
Replied by Grotius on topic Moderator Profile Pictures
@Dinuka,
I agree. The one uses a dog with feet, the other one uses a sheep.
Must be a coincidence.
I use a Linux animal wired from top to bottom.
Is BigJohnT responsible for that
He is no wizzard from oss.
ඔහු ඕස් වලින් මායාකාරියක් නොවේ
I agree. The one uses a dog with feet, the other one uses a sheep.
Must be a coincidence.
I use a Linux animal wired from top to bottom.
Is BigJohnT responsible for that
He is no wizzard from oss.
ඔහු ඕස් වලින් මායාකාරියක් නොවේ
Last edit: 22 Jul 2019 19:02 by Grotius.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19304
- Thank you received: 6463
22 Jul 2019 19:02 #140218
by tommylight
gnipsel.com
Replied by tommylight on topic Moderator Profile Pictures
He is responsible for a lot of things, just check his website:Is BigJohnT responsible for that
gnipsel.com
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
22 Jul 2019 19:08 - 22 Jul 2019 19:11 #140219
by Grotius
Replied by Grotius on topic Moderator Profile Pictures
Haha,
Yes yes, but i alway's though't there where 2 JT's.
In my first linux year... Ohh men. I spotted his python tutorial's about making your own gui to the last bit..
No clue about what it meaned in the beginning. It wass all a code mystery for me. So hard to understand.
And then as top off the ice. The toma THC code....
This was a case i only could salute by dot.py You know Tom.
The dot.py did the hal visualisation. Then we could implement some code between existing code. A surgery in code.
And today i am not a good python programmer. It's not my thing. Strange isn't it... I made the gui... but if you ask me
how would you do this again i would say something very strange....
I would integrate the whole Linuxcnc code into one C++ project.
Has machinekit ever done this trick?
Yes yes, but i alway's though't there where 2 JT's.
In my first linux year... Ohh men. I spotted his python tutorial's about making your own gui to the last bit..
No clue about what it meaned in the beginning. It wass all a code mystery for me. So hard to understand.
And then as top off the ice. The toma THC code....
This was a case i only could salute by dot.py You know Tom.
The dot.py did the hal visualisation. Then we could implement some code between existing code. A surgery in code.
And today i am not a good python programmer. It's not my thing. Strange isn't it... I made the gui... but if you ask me
how would you do this again i would say something very strange....
I would integrate the whole Linuxcnc code into one C++ project.
Has machinekit ever done this trick?
Last edit: 22 Jul 2019 19:11 by Grotius.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
22 Jul 2019 19:16 #140223
by BigJohnT
Replied by BigJohnT on topic Moderator Profile Pictures
Is BigJohnT responsible for that
He is no wizard from oz.
I need to change my name to Medium JohnT after loosing all that weight...
JT
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
22 Jul 2019 19:16 #140224
by BigJohnT
On the IRC there is usually 3 or more of me...
JT
Replied by BigJohnT on topic Moderator Profile Pictures
Haha,
Yes yes, but i always thought there where 2 JT's.
On the IRC there is usually 3 or more of me...
JT
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
22 Jul 2019 19:58 #140233
by Grotius
Replied by Grotius on topic Moderator Profile Pictures
To compare Python and C++
Python code :
def on_program_speed_value_changed(self, widget, data=None):
x = self.widgets.program_speed.get_value()
self.widgets.program_speed.set_value(x+0) //get an update...
self.c.maxvel(self.widgets.program_speed.get_value()/60)
C++ code :
void MainWindow::on_program_speed_clicked()
{
linuxcnc.speed = ui->program_speed->text(value);
}
Python code :
def on_program_speed_value_changed(self, widget, data=None):
x = self.widgets.program_speed.get_value()
self.widgets.program_speed.set_value(x+0) //get an update...
self.c.maxvel(self.widgets.program_speed.get_value()/60)
C++ code :
void MainWindow::on_program_speed_clicked()
{
linuxcnc.speed = ui->program_speed->text(value);
}
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19304
- Thank you received: 6463
22 Jul 2019 20:20 #140240
by tommylight
Replied by tommylight on topic Moderator Profile Pictures
@Grotius
Wrong thread ???
Wrong thread ???
Please Log in or Create an account to join the conversation.
- Dinuka_Shehan
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 346
- Thank you received: 26
22 Jul 2019 20:45 #140244
by Dinuka_Shehan
Replied by Dinuka_Shehan on topic Moderator Profile Pictures
Are moderaters and admin get paid?
I will ban instantly.planned to make a another account.
Like to learn C++.
Ohh sorry wrong thread?
I will ban instantly.planned to make a another account.
Like to learn C++.
Ohh sorry wrong thread?
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds