Skip to content

Instantly share code, notes, and snippets.

View zealbell's full-sized avatar
💭
busy but not busy by being busy

linker zealbell

💭
busy but not busy by being busy
View GitHub Profile
@zealbell
zealbell / TwerkAdapter.md
Last active July 15, 2018 20:42
TwerkAdapter(@TwerkyListView)
//TWERK-ADAPTER
    public static class TwerkingOffAdapter extends  TwerkyListView.TwerkAdapter{

        private static final int TWERK_COLORS[]={  0xFFA8A8A8,0xFFBDCBB7,0xFFA3BDBF,0xFFF3F2E6,0xFFBECEC2,0xFFF4E8F7,0xFFC3D9D9, 0xFF4E4F4F,0xFFFAC8CA,0xFFEAC5B5,0xFFAEE8D5,0xFFE3DDC1,0xFFD6EFFF,0xFFF1F1CD,0xFFC7C7CF,0xFFF1DCCE };
        ArrayList<String> data;
        private LayoutInflater inflater;
        private int LayoutResId;

        public TwerkingOffAdapter(Context context, int LayResId, ArrayList<String> data){
               <linkersoft.blackpanther.blacktetris.TetrisClicker
                   android:layout_width="wrap_content"
                   android:layout_height="wrap_content"
                   app:GlobalBlockSize="200dp"
                   app:percentWidth="100%"
                   app:percentHeight="100%"
                   android:background="#ffffff">
               
                   <linkersoft.blackpanther.blacktetris.TetrisView
@zealbell
zealbell / WobbleMeshImageView.md
Last active July 26, 2018 15:35
Macro to get coordinates of all currently selected objects in corel draw.

Here's a macro to get coordinates of all currently selected objects in corel draw.

Sub MultiGetOriginXY()
    Dim Ox As Double
    Dim Oy As Double
    Dim OxOy As String
    Dim savePath As String
    Dim fileName As String
    Dim sr As ShapeRange
@zealbell
zealbell / Lenet.md
Last active December 22, 2018 11:57
Creating a Lenet CNN Architecture using ComputationGraph Deeplearning4j

here

 public static ComputationGraphConfiguration getLenet0() {
       final int[] kernel5x5 = new int[]{5, 5};
       final int[] kernel2x2 = new int[]{2, 2};
       final int[] padd0x0 = new int[]{0, 0};
       final int[] stride1x1 = new int[]{1, 1};
       final int[] stride2x2 = kernel2x2;
       final int width=28;
pi@raspberrypi:~/deeplearning4j/libnd4j $ ./buildnativeoperations.sh -o linux-armhf
eval cmake
Could not find OpenBLAS, please make sure to run the build with Maven or set the OPENBLAS_PATH variable
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!                                                                                                           !!
!!                                                                                                           !!
!!                                                                                                           !!
!!                                                                                                           !!
!!                                                 WARNING!                                                  !!

!! No helper packages configured! !!