Skip to content

Instantly share code, notes, and snippets.

View CVirus's full-sized avatar
Capitalism kills!

Mohamed Hazem Abbas CVirus

Capitalism kills!
  • Thoughtworks
  • Berlin, Germany
  • 17:27 (UTC +02:00)
  • X @CVirus
View GitHub Profile
### Keybase proof
I hereby claim:
* I am CVirus on github.
* I am cvirus (https://keybase.io/cvirus) on keybase.
* I have a public key whose fingerprint is F5FD E011 D5BF 5749 539F 7E98 5F6E C935 CB1C FBD8
To claim this, I am signing this object:
12:09:27 pm CET in ~/playground/venvs
➜ which ansible
/home/cvirus/.local/bin/ansible
12:09:33 pm CET in ~/playground/venvs
➜ virtualenv -p /usr/bin/python3.6 test_zsh_venv_bug
Running virtualenv with interpreter /usr/bin/python3.6
Using base prefix '/usr'
New python executable in /home/cvirus/playground/venvs/test_zsh_venv_bug/bin/python3.6
Also creating executable in /home/cvirus/playground/venvs/test_zsh_venv_bug/bin/python

Keybase proof

I hereby claim:

  • I am cvirus on github.
  • I am cvirus (https://keybase.io/cvirus) on keybase.
  • I have a public key whose fingerprint is F5FD E011 D5BF 5749 539F 7E98 5F6E C935 CB1C FBD8

To claim this, I am signing this object:

import java.io.IOException;
import android.content.Context;
import android.hardware.Camera;
import android.util.Log;
import android.view.SurfaceHolder;
import android.view.SurfaceView;
/** A basic Camera preview class */
public class CameraPreview extends SurfaceView implements SurfaceHolder.Callback {