https://medium.com/studio-zero/spikes-pocs-prototypes-and-the-mvp-5cdffa1b7367
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"id": 1, | |
"name": "W180" | |
}, | |
{ | |
"id": 2, | |
"name": "W210" | |
}, | |
{ | |
"id": 3, |
I finally managed to get it running! I removed the installation and ran these commands:
rm -rf ~/Library/Group\ Containers/group.com.docker
rm -rf ~/Library/Containers/com.docker.docker
rm -rf ~/.docker
I noticed that .docker directory was owned by root user, so I had to use sudo to remove it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[package] | |
name = "oci-hitter" | |
version = "0.1.0" | |
authors = ["ranjithraj.d <[email protected]>"] | |
edition = "2018" | |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
[dependencies] | |
log = "0.4.14" |
Order Domain
class Order:
def __init__(self,count,deliveryAddress,phonenumber,landmark1,buyerName,specialNotes,status):
self.count = count
self.deliveryAddress = deliveryAddress
self.phonenumber = phonenumber
self.landmark1 = landmark1
self.buyerName = buyerName
self.specialNotes = specialNotes
List<String> itemList = Arrays.asList("blue-cone", "red-cone", "gray-cone");
ExecutorService service = Executors.newFixedThreadPool(5);
itemList.forEach( item -> {
Future<String> result = service.submit(() -> {
//IO operation
Thread.sleep(2000);
return item;
});
-
vscode
- lldb - rust
- rust-rs
-
fish (shell)
-
startship (shell prompt)
-
dbeaver
-
iterm2 (tabed terminal)
-
alias for my frequent folders
-
Firefox
- HazelcastInstance
- Queing API Model
NewerOlder