open ports with their listing process
sudo netstat -tulpn
details of connected pcie device
| { pkgs ? import <nixpkgs> {} }: | |
| with pkgs; | |
| let | |
| # Define the required packages | |
| androidSdk = androidsdk; | |
| androidNdk = androidndk; | |
| openjdk = adoptopenjdk11; | |
| buildToolsVersion = "30.0.3"; |
| { pkgs ? import <nixpkgs> {} }: | |
| with pkgs; | |
| let | |
| goVersion = "1.19"; | |
| in | |
| mkShell { | |
| buildInputs = [ |
| set(LLVM_LINK_COMPONENTS | |
| Option | |
| Support | |
| ) | |
| add_clang_tool(clang-ast-rewrite | |
| ClangASTRename.cpp | |
| ) | |
| clang_target_link_libraries(clang-ast-rewrite |
| import "dart:async"; | |
| class LoginRequest {} | |
| class LoginResponse { | |
| String code; | |
| LoginResponse(this.code); | |
| } | |
| class LogoutRequest {} |
| { | |
| "waiter" : 1, | |
| "items" : [ | |
| { | |
| "id" : 1, | |
| "portion" : 1, | |
| "quantity" : 2, | |
| "extras" : [ | |
| { | |
| "id" : 14, |
| [ | |
| { | |
| "id": 0, | |
| "category": 0, | |
| "price": 28, | |
| "name": "Item 0 Category 0", | |
| "description": "This item belongs to the category 0" | |
| }, | |
| { | |
| "id": 1, |
| [ | |
| { | |
| "id": 0, | |
| "name": "Category 0", | |
| "description": "This is Category 0" | |
| }, | |
| { | |
| "id": 1, | |
| "name": "Category 1", | |
| "description": "This is Category 1" |