Threadkiller Mk XIII

Status
Not open for further replies.
Afternoon, everyone.
[MENTION=2530]Wyvern[/MENTION]: If you don't come right, check what the file format is and let me know? My brother's an editor for a living, I can ask him. Otherwise, if your dad wants to send it out, I can ask what his rates are :D
[MENTION=20]Solitude[/MENTION]: What happened with Lastpass?
[MENTION=297]FarligOpptreden[/MENTION]: How low a level of proficiency is okay? Cause I've managed to compile programs in both Java and C#! :D
 
[MENTION=297]FarligOpptreden[/MENTION]: How low a level of proficiency is okay? Cause I've managed to compile programs in both Java and C#! :D

Well, I need 3-4 resources ranging in proficiency levels. Catch is, most of it is web-based (front-end building) or integration work (i.e. web service and API development and -consumption, integration daemons, etc). But, if you have a keen eye for detail and can learn the tool chain fast enough you should fit right in.
 
Afternoon, everyone.
[MENTION=2530]Wyvern[/MENTION]: If you don't come right, check what the file format is and let me know? My brother's an editor for a living, I can ask him. Otherwise, if your dad wants to send it out, I can ask what his rates are :D
[MENTION=20]Solitude[/MENTION]: What happened with Lastpass?
[MENTION=297]FarligOpptreden[/MENTION]: How low a level of proficiency is okay? Cause I've managed to compile programs in both Java and C#! :D

Lastpass was found to have all kinds of security vulnerabilities. Basically any website that you visit can get access to all your usernames and passwords if you have the extension installed. It may have been fixed by now, not sure. But I disabled the extension for now. They keep finding more vulnerabilities.

There was one that's incredibly easy for a website to use. And just like that they have every password of yours. Very scary.
 
Lol at level of proficiency [MENTION=1402]Avatar[/MENTION]

My level of proficiency is nooblet is javascript.
 
Lastpass was found to have all kinds of security vulnerabilities. Basically any website that you visit can get access to all your usernames and passwords if you have the extension installed. It may have been fixed by now, not sure. But I disabled the extension for now. They keep finding more vulnerabilities.

There was one that's incredibly easy for a website to use. And just like that they have every password of yours. Very scary.

Wow that sounds worse than writing your passwords down plain text.
 
Well, I need 3-4 resources ranging in proficiency levels. Catch is, most of it is web-based (front-end building) or integration work (i.e. web service and API development and -consumption, integration daemons, etc). But, if you have a keen eye for detail and can learn the tool chain fast enough you should fit right in.

I know that I know someone suitable, I just can't think of who right now.. If I manage to figure them out, I'll point them in your direction.

Lol at level of proficiency [MENTION=1402]Avatar[/MENTION]

My level of proficiency is nooblet is javascript.

Ja, I can't do jack is javascript.

Wow that sounds worse than writing your passwords down plain text.

If I write down my passwords and sticky tape it to the monitor, the websites can't see it, so yeah.. :eek:
 
Yes! Like witchcraft, necromancy, and material science.

JS might look like witchcraft until you see someone drop something like this :

Code:
#include <iostream.h>

int main() 
{
	int numbers [10]; 
	int i; 

	cout<<"Please enter 10 numbers to be sorted:\n\n"; 
	for (i = 0; i < 10 ; i++ )
		cin>>numbers [i];

	cout<<"\nUnsorted:\n"; 

	for (i = 0; i <= 10-1; i++) 
		cout<< numbers [i]<<" ";
	
	cout<<"\n\nSorted:\n";

	_asm 
	{ 
		mov edx,9
		outerloop: 
		lea edi,numbers; 
		mov ecx,9;
		Loop1: mov eax,[edi]; 
		mov ebx,[edi+4]; 
		cmp ebx,eax; 
		jae Loop2; 
		mov [edi + 4],eax; 
		mov [edi],ebx; 
		Loop2: add edi,4; 
		Loop Loop1; 
		sub edx, 1; 
		cmp edx, 0; 
		jnz outerloop;
	} 
	
	for (i = 0; i <= 10-1; i++) 
		cout<<numbers[i]<<" ";

	cout<<endl<<"\n";
	
	return 0;
}
 
Last edited:
JS might look like witchcraft until you see someone drop something like this :

Code:
#include <iostream.h>

source code:

int main() 
{
	int numbers [10]; 
	int i; 

	cout<<"Please enter 10 numbers to be sorted:\n\n"; 
	for (i = 0; i < 10 ; i++ )
		cin>>numbers [i];

	cout<<"\nUnsorted:\n"; 

	for (i = 0; i <= 10-1; i++) 
		cout<< numbers [i]<<" ";
	
	cout<<"\n\nSorted:\n";

	_asm 
	{ 
		mov edx,9
		outerloop: 
		lea edi,numbers; 
		mov ecx,9;
		Loop1: mov eax,[edi]; 
		mov ebx,[edi+4]; 
		cmp ebx,eax; 
		jae Loop2; 
		mov [edi + 4],eax; 
		mov [edi],ebx; 
		Loop2: add edi,4; 
		Loop Loop1; 
		sub edx, 1; 
		cmp edx, 0; 
		jnz outerloop;
	} 
	
	for (i = 0; i <= 10-1; i++) 
		cout<<numbers[i]<<" ";

	cout<<endl<<"\n";
	
	return 0;
}

Ha! Good old assembly. Incantations. I used it literally once, ages ago, to write a graphics engine using mode 13h.

Oh yea i remember that one, no thanks :P
[MENTION=1402]Avatar[/MENTION] - ons het reg gekom dankie

Dis wat hy wou upload

Dis pretty cool, kry hom om nog te upload!
 
Hi everyone. Long time no post. I've been so busy with both work and travel. Hope everyone is doing well. I really miss the forum and talking to everyone. And the time difference suck. But hey I'll be back in SA before the end of April. Gonna spend a few weeks in country before setting off on my next adventure. At the moment the Aussies are pushing real hard for me to extend my stay or come back for a longer work secondment period. All now depends on whether my SA boss agrees with that strategy or not. Hopefully I'll know that within the next few days.

Otherwise, I get it now, I totally get it why people would immigrate. Experiencing other options does open your eyes to what options are available to a person. But, the grass is not just all green on the other side. There are a lot of things that is wrong and still issues on this side, that I can guarantee. It comes down to where you as an individual would be happier I guess.

Anyway, sleep tight MyGaming, so far Wednesday isn't that bad so when it finally starts for you don't worry, the day is gonna be a good one.
 
Hi everyone. Long time no post. I've been so busy with both work and travel. Hope everyone is doing well. I really miss the forum and talking to everyone. And the time difference suck. But hey I'll be back in SA before the end of April. Gonna spend a few weeks in country before setting off on my next adventure. At the moment the Aussies are pushing real hard for me to extend my stay or come back for a longer work secondment period. All now depends on whether my SA boss agrees with that strategy or not. Hopefully I'll know that within the next few days.

Otherwise, I get it now, I totally get it why people would immigrate. Experiencing other options does open your eyes to what options are available to a person. But, the grass is not just all green on the other side. There are a lot of things that is wrong and still issues on this side, that I can guarantee. It comes down to where you as an individual would be happier I guess.

Anyway, sleep tight MyGaming, so far Wednesday isn't that bad so when it finally starts for you don't worry, the day is gonna be a good one.

Hey dude, good to hear from you. Yeah there are all kinds of 'issues' everywhere.

Morning everyone

Morning


Mornin'

Hello people, sorry for being mia

Hello. Been busy?
 
Status
Not open for further replies.
Back
Top