A Programmer's Hut


  • Home

  • Archives

  • Tags

Automated CV Generation

Posted on 2022-12-16 | In tutorial

Automated CV Generation

Read more »

Solana

Posted on 2022-03-01 | In tutorial

Solana

Read more »

Rust IR

Posted on 2021-12-20 | In tutorial

Rust IR

Read more »

Rust Notes

Posted on 2021-12-15 | In tutorial

Rust Notes

Read more »

WALA

Posted on 2020-04-16 | In tutorial

Install

Install using intellij idea

1
2
3
4
5
6
7
8
9
10
11
12
git clone WALA Repo from GitHub
git clone WALA Python
IDEA-> open -> and wait for import the project (be patient)
mvn clean install
On WALA IDEA, click View-> Tool Windows-> Gradle
import WALA Python as Maven Project
Open WALA_Python/com.ibm.wala.cast.python.flowanalysis/pom.xml
Install dependencies from WALA (Gradle->Package(as needed)->Tasks->Other->Install)
On WALA Python IDEA, click View-> Tool Windows-> Maven
Install cast.python and cast.python.ast (on Maven->Lifecycle->Install)
conda install py4j
create out dir under each com.ibm.wala.*** for testing
Read more »

VSCode with SumatraPDF

Posted on 2020-03-02 | In tutorial

Configuration in VSCode:

Settings(Ctrl+,)-Search latex, and open settings.json. Replace the UserName with the actual user name on system.

Read more »

Python Time Complexity

Posted on 2020-02-19 | In tutorial

From list to set, from 1135 hours to 6 minutes. Modifications: tok in list -> tok in set list a ‘+’ -> list a.append

Read more »

Ubuntu

Posted on 2020-01-30 | In tutorial

Multiple workspaces on Ubuntu 18.04

Read more »

Jupyter Lab

Posted on 2020-01-29 | In tutorial

How to know which is running in Jupyter notebook ?

Read more »

Latex

Posted on 2020-01-27 | In tutorial

$Latex$

Read more »

Deep Learning Environment on Ubuntu 18.04 LTS

Posted on 2020-01-16 | In tutorial
CUDA 10.1 cuDNN
Read more »

Bugs in Experiments

Posted on 2020-01-16 | In tutorial
Bugs in the experiments
Read more »

Parallel Compression

Posted on 2020-01-14 | In tutorial
pigz
Read more »

Automatically update server with the update on GitHub

Posted on 2020-01-09 | In tutorial
Django+GitHub Webhook.
Read more »

Blog Established.

Posted on 2020-01-03 | In tutorial
Update Mathjax support for Next Template.
Read more »
Siwei Cui

Siwei Cui

Blog

15 posts
1 categories
14 tags
© 2025 Siwei Cui
Powered by Jekyll
Theme - NexT.Muse