My name is b‿daarr (in Persian means 'being awake') and a part of Quasar Company! I made C-SHARK project to internet sanction bypassing
(more about C-SHARK)
.
Cyber security | Quantum World |
---|
HTML5 | CSS3 | JavaScript | Markdown |
---|
PowerShell | Bash Shell | Batch Script | Command Prompt |
---|
C# | Python | Java |
---|
Windows |
---|
Linux |
---|
Debian base dists
Android |
---|
Android app
SQL Server
MySQL
Visual Studio
Visual Studio Code
Jetbrains IntellijIdea
Jetbrains PyCharm
GitHub
Git
GitHub |
YouTube |
SoundCloud |
Steam |
Reddit |
Email: [email protected] |
---|
# Python
""" b‿daarr from SPACE """
print("SPACE")
print("C-SHARK")
print("SQ-LION")
#include <iostream>
using namespace CPP;
class CPlusPlusSpace {
static:
void main() {
// C++
/* b‿daarr from SPACE */
cout << "SPACE" << endl;
cout << "C-SHARK" << endl;
cout << "SQ-LION" << endl;
}
};
class JavaSpace {
static void main(String[] args) {
// Java
/* b‿daarr from SPACE*/
System.out.println("SPACE");
System.out.println("C-SHARK");
System.out.println("SQ-LION");
}
}
using System;
class CSharpSpace
{
static void Main()
{
// C#
/* b‿daarr from SPACE */
Console.WriteLine("SPACE");
Console.WriteLine("C-SHARK");
Console.WriteLine("SQ-LION");
}
}
namespace QSharpSpace{
open Microsoft.Quantum.Canon;
open Microsoft.Quantum.Intrinsic;
operation Space() : Unit {
// Q#
// b‿daarr from SPACE
Message("SPACE");
Message("C-SHARK");
Message("SQ-LION");
}
}
// F#
(* b‿daarr from SPACE *)
printfn "SPACE"
printfn "C-SHARK"
printfn "SQ-LION"
-- SQL
/* b‿daarr from SPACE */
SELECT 'SPACE', 'C-SHARK', 'SQ-LION';
<?php
// # PHP
/* b‿daarr from SPACE */
echo "SPACE";
echo "C-SHARK";
echo "SQ-LION";
?>
{
"comment" : [
{
"_language" : "Json",
"_me" : "b‿daarr from SPACE"
}]
"company": "SPACE",
"01" : "C-SHARK",
"02" : "SQ-LION"
}
# PowerShell
<# b‿daarr from SPACE #>
Write-Output "SPACE"
Write-Output "C-SHARK"
Write-Output "SQ-LION"
#!/bin/bash
# Bash shell
# b‿daarr from SPACE
printf "SPACE"
printf "C-SHARK"
printf "SQ-LION"
@echo off
:: Batch script or Command Prompt
REM b‿daarr from SPACE
echo SPACE
echo C-SHARK
echo SQ-LION
pause