Skip to content

Instantly share code, notes, and snippets.

Starting sync process for account user@https://domain.tld/nextcloud
Overriding title of built-in node 1 Bookmarks bar => Bookmarks Bar
Overriding title of built-in node 2 Other bookmarks => Other Bookmarks
Fetching bookmarks
Received bookmarks from server []
COMPARE { localItem:
+ #0[] parentId: undefined
+ #1[Bookmarks Bar] parentId: 0
- #5[bookmark bar 1 - Google](https://www.google.com/search?client=ubuntu&hs=Xl&ei=jEzvW7_gPMOoyAPF9YSADg&q=bookmark+bar+1&oq=bookmark+bar+1&gs_l=psy-ab.3..0i22i30l2j0i22i10i30j0i22i30l2.4196.11544..12010...1.0..0.160.1732.5j10......0....1..gws-wiz.......0j0i131j0i67j0i19j0i10i19.YZlqma5VJAQ) parentId: 1
- #6[bookmark bar 2 - Google](https://www.google.com/search?client=ubuntu&hs=ARV&ei=oEzvW7WoMZTwrQGFlZKACg&q=bookmark+bar+2&oq=bookmark+bar+2&gs_l=psy-ab.3..0i22i30l3.4377.5499..5674...0.0..0.110.412.2j2......0....1..gws-wiz.......33i160j0i22i10i30j0i19.dij3vkS750o) parentId: 1
-- The C compiler identification is Clang 3.8.0
-- The CXX compiler identification is Clang 3.8.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/clang++
-- Check for working CXX compiler: /usr/bin/clang++ -- works
Sending build context to Docker daemon 24.57MB
Step 1/13 : FROM alpine:3.6 as buildstage
---> da579b235e92
Step 2/13 : ARG DOCKER_TAG
---> Using cache
---> 18adea2e5e19
Step 3/13 : RUN mkdir -p /src && mkdir -p /opt
---> Using cache
---> f3ed4bf303b4
Step 4/13 : COPY . /src
public class NafiurRahaman{
//This is the part.
public static int[][] multiplication(int [][] m1, int [][] m2){
int [][] m3 = new int[m2.length][m1[0].length];
for (int c3=0; c3<m1[0].length; ++c3){
for (int c2=0; c2<m2.length; ++c2){
for (int c=0; c<m1.length; ++c){
m3[c3][c2] = m3[c3][c2] + m1[c3][c]*m2[c][c3];
NOOBS INSTALLATION INSTRUCTIONS
1. Insert an SD card that is 4GB or greater in size into your computer.
2. Format the SD card using the platform-specific instructions below:
a. Windows
i. Download the SD Association's Formatting Tool from https://www.sdcard.org/downloads/formatter_4/eula_windows/
ii. Install and run the Formatting Tool on your machine
iii. Set "FORMAT SIZE ADJUSTMENT" option to "ON" in the "Options" menu
iv. Check that the SD card you inserted matches the one selected by the Tool
v. Click the "Format" button
public class FazleRabbi implements Matrix
{
private int [][] inMatrix1;
private int [][] inMatrix2;
private int [][] outMatrix;
public FazleRabbi(int m1[][],int m2[][])
{
inMatrix1=m1;
inMatrix2=m2;
}
/*Project matrix calculator sub method.
Auther: Fazle Rabbi
All Rights Recived @ 2015*/
import java.util.Scanner;
public class FazleRabbi{
public static void main(String args[]){
Scanner sc= new Scanner(System.in);
System.out.println("Enter First Matrix Row");
int r1=sc.nextInt();
#include <bits/stdc++.h>
public class AdibaShuhin{
public int row;
public int column;
public void Add(int[][]a,int[][]b){
int [][]c= new int[row][column];
for(int q=0;q<row;q++){
for (int v=0;v<column;v++){
c[q][v]=a[q][v]+b[q][v];
}
}
What happened?
Who is involved?
Where did it take place?
When did it take place?
Why did that happen?
How did it happen?