Activity stream
-
Ricardo Pereira posted an update: 1 year, 7 months ago · View
Testing, documenting and looking for new ideas…
-
Ricardo Pereira posted an update in the project Patterns: 1 year, 8 months ago · View
Hi,
No body is interested to start a project ?
- Timur Poperecinii · 1 year, 6 months ago
Yeah I am
-
Ricardo Pereira posted an update in the project Patterns: 1 year, 8 months ago · View
Hello everybody,
Do you have a red line to follow for this project ?
Perhaps we make a plan and add some tasks. -
Ricardo Pereira posted on the forum topic To var or not to var … in the group
C #: 1 year, 8 months ago · ViewIt’s interesting to work with var when you use some COM dll and when you don’t have the dll source code.
If you don’t know the signature of one method, you can use var like that :myFunc(var foo)
{
MessageBox.Show(typeof(foo).ToString());
}But if you know the type don’t use var.
-
Ricardo Pereira posted on the forum topic Execution/call of .Net assembly by OS in the group
C #: 1 year, 8 months ago · ViewHi,
Your question is a little bit confused. Can you give us more details ?
What kind of assembly do you have ? Dll, exe ?? -
Ricardo Pereira posted on the forum topic injection of frames in wifi in the group
Programming Methods & Techniques: 1 year, 8 months ago · ViewHi,
Look for backtrack 4 and the soft Aircrack-ng. You can download the live CD and launch it on a specific machine if you ave one. If not you can install a virtual machine.
-
Ricardo Pereira likes Lukasz Niedzielski‘s activity 1 year, 9 months ago · View