Code Monkey home page Code Monkey logo

unibot's Introduction

Donations

ko-fi

BTC: bc1q39wcjfja6y8kac0daca2mn7k0gmenqyasywyt3
ETH: 0x26e05D05CcC684b8ebEB220C3a70D0Fca50f7FBC
LTC: LasacHa5RoHtvMDi1iMdMBVwtV9j4PedLY
XMR: 4A9hGUuPwzNi3NJSwmaMgMUJx6uqzUK97RXvFRw6o1WbKkKV4MZW4WJd1Sw8XvpqNmB5ixEJfdHZuETbZpKjp93KAmweJd3
ZEC: t1JJ1yTfJMLtcymDkgH9cZpEVyKNwETt9La

unibot's People

Contributors

vike256 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

unibot's Issues

Aiming between 2 enemies

Hello. All working fine. But i got problem. Aiming between 2 enemies in the center oh both head. Idk whats wrong. Color filitering issue, basically the contour merges when the 2 players are close enough

Mouse doesn't work

The color is detected precisely, but the mouse does not move or click. I'm using raspberry pi pico w.

config file:

; https://github.com/vike256/Unibot
; See Unibot Wiki for reference
; Consider donating: https://github.com/vike256#donations

[communication]
type = serial
encrypt = false
ip = 0.0.0.0
port = 50124
com_port = COM4

[screen]
detection_threshold = 3, 3
upper_color = 155, 255, 255
lower_color = 130, 50, 195
fov_x = 256
fov_y = 256
aim_fov_x = 500
aim_fov_y = 500
fps = 60
capture_method = dxcam
auto_detect_resolution = true
resolution_x = 1920
resolution_y = 1080

[aim]
offset = 0
smooth = 0.0
speed = 1.0
y_speed = 1.0
aim_height = 0.5

[recoil]
mode = move
recoil_x = 0.0
recoil_y = 0.0
max_offset = 100
recover = 0.0

[trigger]
trigger_delay = 0
trigger_randomization = 30
trigger_threshold = 8

[rapid_fire]
target_cps = 10

[key_binds]
; https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes
key_reload_config = 0x70
key_toggle_aim = 0x71
key_toggle_recoil = 0x72
key_exit = 0x73
key_trigger = 0x06
key_rapid_fire = 0x05
aim_keys = 0x01, 0x02

[debug]
enabled = true
always_on = true
display_mode = game

Ekran görüntüsü 2024-04-21 200018

ValueError: Invalid Region: Region should be in 1707x1067, l=0, t=0, r=2560, b=1600

My screen resolution is 2560x1600, and I also set the target detection area in the config.ini file to
Fov_x=256
Fov_y=256
Aim'fov_x=256
Aim'fov_y=256
I changed the enable debug mode to true
[debug]
Enabled=true
Always_on=true
Display_mode=mask
But an error occurred with Value Error: Invalid Region: Region should be in 1707x1067, l=0, t=0, r=2560, b=1600
The code that caused the error is as follows
Def_validate.region (self, region: Tuple [int, int, int, int]):
l. T, r, b=region
If not (self. width>=r>l>=0 and self. height>=b>t>=0):
Raise Value Error(
Invalid Region: Region should be in {self.width}x {self. height}, l={l}, t={t}, r={r}, b={b}“

Rasberry Pi Pico and ban for serial

Hello again! You told me that for Rasberry Pi Pico you need to use serial communication, you wrote on the forum that this method is detected. So what do you advise to do? This method turns out to be a detect in valorant?

How to properly enable encryption?

How to properly enable encryption as there is no proper definition in the wiki. And can you also tell how it works for nerds like me, e.g does it encrypt the mouse movements? does it encrypt the screen capture? when enable does it effect the speed?

Mouse movement issue with ctypes (no Arduino hardware or Raspberry)

movement value
I'm trying to use this on my computer, without any additional hardware
I installed the requirements, modified the config.ini files, including:

  • color lower and upper bound for Valorant's purple outline (which is [130, 60, 200] for lower and [150, 255, 255] for upper)
  • monitor's refresh rate (from 165 to 144 to match my monitor)
    I've tested the game on fullscreen, windowed fullscreen with raw buffer turned off.

I managed to get it work and the terminal outputs the move value for the mouse, but ctypes doesn't execute the movement command. I think the error might be in the main function, since I don't see anything related to com_type none.
Correct me if I'm wrong, any help is deeply appreciated !

Fatal Python error: initfsencoding: unable to load the file system codec

As I already made the same issue yesterday I assume you know the error? https://cdn.discordapp.com/attachments/1112612408414961666/1159248906379599994/image.png?ex=653055ad&is=651de0ad&hm=7bc7fffcda5da42d5a1511cd1649c6dfbc8aff10d5c1f12421663f69b0275d24&
(i also updated to the latest python vers)
com3 port everything connected no problems connecting not a fault cable aswell.
if its important yes, I'm trying to spoof my board.
my last issue was closed while I was sleeping

Installation problem

I am trying to install this as a non english speaker and a non coder/programmer and it is very confusing,could you please make a installation tutorial on youtube or something like that? Would be really helpful

The game screen is not captured

I used serial with Rasberry Pi Pico, The mouse moved correctly when I tested it in some games or on the desktop,But in some games, it doesn't capture the game, why is that, is there another setting that can solve it? How about using obs to read the screen and then move the mouse?

Bug

It force close after open game

closes when open

so i used 1.4.4 and 1.5.0 and they keep on closeing when i open the run.bat i'm using a Raspberry pi pico w

Esp32

#include <WiFi.h>
#include <BleMouse.h>

const char* ssid = "WIFI_NAME"; // Your WiFi credentials
const char* password = "WIFI_PASSWORD";

int port = 50123; // Port for communication
int x = 0;
int y = 0;
String cmd = "";
char symbols[] = "-,0123456789";
char code[] = "UNIBOTCYPHER";
bool encrypt = false;

void decryptCommand(String &command) {
// ... (decryption logic remains the same)
}

// Wemos R32 Pin Assignments:
#define RX_PIN 3
#define TX_PIN 1

WiFiServer server(port);
WiFiClient client;

BleMouse bleMouse; // BLE Mouse object

void setup() {
// Initialize Serial:
Serial.begin(115200);
delay(100);

// Start BLE Mouse Functionality:
bleMouse.begin();

// WiFi Setup (Specify Pins for R32):
WiFi.begin(ssid, password, 6, 5, 4, 2); // Channel 6, GPIOs 5 & 4 for SDA/SCL
while (WiFi.status() != WL_CONNECTED) {
delay(1000);
}
server.begin();
}

void loop() {
if (!client || !client.connected()) {
client = server.available();
}

while (client.connected() && bleMouse.isConnected()) {
String cmd = client.readStringUntil('\r');

if (cmd.length() > 0) {
  if (cmd[0] == 'M') {
    decryptCommand(cmd);
    int commaIndex = cmd.indexOf(',');
    if (commaIndex != -1) {
      x = cmd.substring(1, commaIndex).toInt();
      y = cmd.substring(commaIndex + 1).toInt();
      bleMouse.move(x, y);  // Use bleMouse.move
    }
  } else if (cmd[0] == 'C') {
    int randomDelay = random(40, 80);
    bleMouse.click(MOUSE_LEFT);   // Use bleMouse.click
    delay(randomDelay);
  } else if (cmd[0] == 'B') {
    if (cmd[1] == '1') {
      bleMouse.press(MOUSE_LEFT);   // Use bleMouse.press
    } else if (cmd[1] == '0') {
      bleMouse.release(MOUSE_LEFT);  // Use bleMouse.release
    }
  }
  client.print("a\r\n");
  client.flush();
}

}
delay(1);
}

SMART AI

so are you planning to share a smart ai with yolov8n we would really appreciate it because you are really doing this very well

_??

what should i do for arduino

I have arduino leonardo r3 , i don't know which file should a upload to arduino through arduino ide pls tell me

Not an issue.

Brother i have one pi pico Chinese clone 16MB flash memory version, and I'm using arduino cloud (ide in internet) how to setup board manager for using unibot? (This project is great and i starred ♥️)

Pi Pico W

Hello there,

I was searching up for more information about usage of Pi Pico W. I saw that most people use arduino for cheating. Is it working for Pi Pico W? Is it detected by Vanguard with Pi Pico W?

Sincerely,
Agis0

Aimbot being sloppy

Hm, your latest version of unibots aimbot has been feeling a little sloppy... Ive tried playing with many different configs and stuff but it still seems to be very delayed and robot like.

Even with smooth set to 0, the mouse overshoots the target before circling back, as if drawing an oval.

Hello, even when I set the smooth setting to zero, the mouse rapidly moves towards the character and slightly overshoots before settling on the target. Also, when starting to shoot while running, it seems to draw a circle, which is a significant issue. After locating the position, it would be better if the cursor could directly stop on the character's head. If you could add different calculations, I would appreciate it. For example, taking into account the direction of the character's movement so that if the character is moving to the right, the mouse can be positioned accordingly. This is because there's a possibility of missing the target with the current code.

ValueError: Invalid Region: Region should be in 1536x864

Traceback (most recent call last):
File "c:\Users\DENİZ\Desktop\Unibot\src\main.py", line 85, in
main()
File "c:\Users\DENİZ\Desktop\Unibot\src\main.py", line 32, in main
target, trigger = screen.get_target()
File "c:\Users\DENİZ\Desktop\Unibot\src\screen.py", line 112, in get_target
self.debug_display()
File "c:\Users\DENİZ\Desktop\Unibot\src\screen.py", line 127, in debug_display
full_img = self.screenshot(self.screen_region)
File "c:\Users\DENİZ\Desktop\Unibot\src\screen.py", line 54, in screenshot
image = self.cam.grab(region=region)
File "C:\Users\DENİZ\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 69, in grab
self._validate_region(region)
File "C:\Users\DENİZ\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\dxcam\dxcam.py", line 233, in _validate_region
raise ValueError(
ValueError: Invalid Region: Region should be in 1536x864

Error when trying to use a feature

Connected
AIM: True
SENT: Move(-127.0, 127.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)SENT: Move(-63.0, -41.0)Closed
Traceback (most recent call last):
File "C:\Users\spngy\Downloads\Unibot-1.1_[unknowncheats.me]\Unibot-1.1\src\main.py", line 81, in
main()
File "C:\Users\spngy\Downloads\Unibot-1.1
[unknowncheats.me]\Unibot-1.1\src\main.py", line 65, in main
mouse.move(x, y)
File "C:\Users\spngy\Downloads\Unibot-1.1
[unknowncheats.me]_\Unibot-1.1\src\mouse.py", line 21, in move
cfg.client.sendall(command.encode())
ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

Raspberry Pi Pico

Hello! Can I use Raspberry Pi Pico? Or is Raspberry Pi Pico W absolutely necessary?

Aim

how to fix aim,i play it on valorant i set offset to -8 and head_height = 0.5 but it quite often aim body,it not like the old version.

connection

I'm using an arduino leonardo with ethernet. Followed all the steps but I got the error "Could not connect (Socket). [WinError 10061] No connection could be made because the target machine actively refused it." Any ideas? Is it because I may have entered the ip address or mac addresses wrong? Not sure how to find the mac address.

force close

it force close sometime when i play on valorant

Code for esp32

Esp32 is powerful please add support #include <BLEDevice.h>
#include <BLEHIDDevice.h>
#include <BLEMouse.h>

BLEHIDDevice* hid;
BLECharacteristic* input;

int x = 0;
int y = 0;
String cmd = "";
char symbols[] = "-,0123456789";
char code[] = "UNIBOTCYPHER";
bool encrypt = false;

void decryptCommand(String &command) {
if (encrypt) {
for (int i = 0; i < command.length(); i++) {
for (int j = 0; j < sizeof(code) - 1; j++) {
if (command[i] == code[j]) {
command[i] = symbols[j];
break;
}
}
}
}
}

void setup() {
BLEDevice::init("ESP32 Mouse");
hid = new BLEHIDDevice();
input = hid->inputReport(1);
hid->manufacturer()->setValue("Manufacturer");
hid->pnp(0x02, 0xe502, 0xa111, 0x0210);
hid->hidInfo(0x00, 0x01);
hid->reportMap((uint8_t*)HID_REPORT_MAP, sizeof(HID_REPORT_MAP));
hid->startServices();

Serial.begin(115200);
Serial.setTimeout(1);
}

void loop() {
String cmd = Serial.readStringUntil('\r');

if (cmd.length() > 0) {
if (cmd[0] == 'M') {
decryptCommand(cmd);
int commaIndex = cmd.indexOf(',');
if (commaIndex != -1) {
x = cmd.substring(1, commaIndex).toInt();
y = cmd.substring(commaIndex + 1).toInt();

    while (x != 0 || y != 0) {
      int moveX = constrain(x, -128, 127);
      int moveY = constrain(y, -128, 127);

      BLEMouse.move(moveX, moveY);

      x -= moveX;
      y -= moveY;
    }
  }
} else if (cmd[0] == 'C') {
  int randomDelay = random(40, 80);
  BLEMouse.press(BLE_LEFT);
  delay(randomDelay);
  BLEMouse.release(BLE_LEFT);
} else if (cmd[0] == 'B') {
  if (cmd[1] == '1') {
    BLEMouse.press(BLE_LEFT);
  } else if (cmd[1] == '0') {
    BLEMouse.release(BLE_LEFT);
  }
}
Serial.print("a\r\n");
Serial.flush();

}
}

Pi pico

#include <hardware/gpio.h>
#include <hardware/uart.h>
#include <lwip/opt.h>
#include <lwip/arch.h>
#include <lwip/api.h>
#include <lwip/sys.h>
#include <lwip/stats.h>
#include <lwip/netif.h>
#include <lwip/ip_addr.h>
#include <lwip/tcp.h>
#include <lwip/priv/tcp_priv.h>

#define UART_ID uart0
#define BAUD_RATE 115200

const int led_pin = 25;
const int mouse_x_pin = 16;
const int mouse_y_pin = 17;
const int mouse_btn_pin = 18;

int x = 0;
int y = 0;
String cmd = "";
char symbols[] = "-,0123456789";
char code[] = "UNIBOTCYPHER";
bool encrypt = false;

void decryptCommand(String &command) {
if (encrypt) {
for (int i = 0; i < command.length(); i++) {
for (int j = 0; j < sizeof(code) - 1; j++) {
if (command[i] == code[j]) {
command[i] = symbols[j];
break;
}
}
}
}
}

void move_mouse(int x, int y) {
gpio_put(mouse_x_pin, x > 0);
gpio_put(mouse_y_pin, y > 0);
gpio_put(MOUSE_BTN_PIN, 1);
sleep_ms(1);
gpio_put(MOUSE_BTN_PIN, 0);
}

void setup() {
gpio_init(led_pin);
gpio_set_dir(led_pin, GPIO_OUT);
gpio_put(led_pin, 1);

gpio_init(mouse_x_pin);
gpio_set_dir(mouse_x_pin, GPIO_OUT);

gpio_init(mouse_y_pin);
gpio_set_dir(mouse_y_pin, GPIO_OUT);

gpio_init(mouse_btn_pin);
gpio_set_dir(mouse_btn_pin, GPIO_OUT);

uart_init(UART_ID, BAUD_RATE);
uart_set_hw_flow(UART_ID, false, false);
uart_set_format(UART_ID, UART_BAUD_9600, UART_WORD_8N1, 1);
}

void loop() {
cmd = uart_getc_raw(UART_ID);

if (cmd.length() > 0) {
if (cmd[0] == 'M') {
decryptCommand(cmd);
int commaIndex = cmd.indexOf(',');
if (commaIndex != -1) {
x = cmd.substring(1, commaIndex).toInt();
y = cmd.substring(commaIndex + 1).toInt();

    while (x != 0 || y != 0) {
      int moveX = constrain(x, -128, 127);
      int moveY = constrain(y, -128, 127);

      move_mouse(moveX, moveY);

      x -= moveX;
      y -= moveY;
    }
  }
} else if (cmd[0] == 'C') {
  intrandomDelay = random(40, 80);
  gpio_put(mouse_btn_pin, 1);
  sleep_ms(randomDelay);
  gpio_put(mouse_btn_pin, 0);
} else if (cmd[0] == 'B') {
  if (cmd[1] == '1') {
    gpio_put(mouse_btn_pin, 1);
  } else if (cmd[1] == '0') {
    gpio_put(mouse_btn_pin, 0);
  }
}
uart_puts(UART_ID, "a\r\n");

}
}

Need Update (any ideas?)

Hello there, long time no chat Vike, I hope you are doing well.
I want to give information that Riot has been patched the Arduino things the last recent update. Vanguard blocking two same mouse input now. idk how to explain it. You know better than me.
I've been using Ethernet Shield and Arduino Leonardo, didn't work anymore, I didn't try with Host Shield maybe it can work? but recently i've been scrolling in UC found that someone who use Host Shield can't work, idk why. As far I know it has 1 input mouse but still in this case it still can't move the cursor. I don't know if this is valid or no cause i don't have it.
I want to know, how to implement HID? i think this is the only way that work? what's your thought? What requirement device I need?
Or maybe take a look by any chance, be active like gold old days if you can, i remember when you developed this masterpiece :)

Error when trying to run

when i open run.bat it says :
line 24, in
import interception
ModuleNotFoundError: No module named 'interception'

Dxcam Suggestion

Have you considered adding device_idx=0 and output_idx=0 when you create dxcam? Incorporating in config might be a good idea too. I'm guessing there are a few "doesn't work with my monitor" complaints. Sorry on phone otherwise I'd pull.

can't connect with 1.5.0

ERROR: Could not connect. socket.connect() takes exactly one argument (2 given)

I've read the instructions. It works on previous versions
But this time it can't . Even I reset the .ino upload from scratch. is there something wrong

Change x and y fov manually?

How to change x fov and y fov? The config just set for all x and y fov equally.
i want to set x wider dan small Y fov because sometimes it shoot at corps. Ex: x 90 y 50 fov?

Question about 2 mic inputs?

Most Anti-Cheats block 2 mic inputs, I want to use Leonardo + Ethernet host shield but I'm worried about the Arduino inputs will get blocked. Any information or comment about that? And are you using any clone hardware?

How

How to setup config for interception driver , I try it a lot of time But it's not working.

Error when using -DCDC_DISABLED to hide COM port.

I followed the instructions to change board PID & VID for my arduino leonardo, but if I use -DCDC_DISABLED to remove the COM port I get the following error when I try to upload:

C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o: In function timedRead': C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:34: undefined reference to Serial'
C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:34: undefined reference to Serial' C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:34: undefined reference to Serial'
C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:34: undefined reference to Serial' C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:36: undefined reference to Serial'
C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o:C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:36: more undefined references to Serial' follow C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o: In function setup':
D:\UniBot\Unibot-main\src\serial/serial.ino:45: undefined reference to Serial_::begin(unsigned long)' C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o: In function setTimeout':
C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:89: undefined reference to Serial' C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:89: undefined reference to Serial'
C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:89: undefined reference to Serial' C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Stream.cpp:89: undefined reference to Serial'
C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o: In function write': C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Print.h:54: undefined reference to Serial'
C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o:C:\Users\umar\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6\cores\arduino/Print.h:54: more undefined references to Serial' follow C:\Users\umar\AppData\Local\Temp\ccDHIZ9r.ltrans0.ltrans.o: In function loop':
D:\UniBot\Unibot-main\src\serial/serial.ino:83: undefined reference to `Serial_::flush()'
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for "Mouse.h"
Used: C:\Users\umar\Documents\Arduino\libraries\Mouse
Not used: C:\Users\umar\AppData\Local\Arduino15\libraries\Mouse
exit status 1

Compilation error: exit status 1

I get no errors when I follow the commands without disabling the COM port and am able to compile properly. Also even if I do manage to hide the COM port, how would I tell the config.ini to communicate over HID? since the only option over serial is to include a COM port which would be disabled.

Discord

Hey! I used to be in the discord and I was a donation supporter. I wanted to know where the discord went and why it was deleted. I'd like to join back to the community!

Need Some Help

Yo yo yo, I might need some help with this. I got a arduino and im tryna use it for valorant. But i got some issues and the main.py just closes

mouse moving randomly

i attached video
the issues : when i use rapidfire, or i just aiming fire make mouse moving randomly by itself

2023-11-06.15-04-29.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.