Skip to content

Instantly share code, notes, and snippets.

View OmalPerera's full-sized avatar

Omal Perera OmalPerera

View GitHub Profile
@OmalPerera
OmalPerera / App.js
Created July 31, 2023 03:20
Fixing ViroConstants error in Viro Starter-Kit project
import React, {useState} from 'react';
import {StyleSheet} from 'react-native';
import {
ViroARScene,
ViroText,
ViroTrackingStateConstants,
ViroARSceneNavigator,
} from '@viro-community/react-viro';
const HelloWorldSceneAR = () => {
@OmalPerera
OmalPerera / Apache Kafka Step-by-Step Guide
Last active November 10, 2017 08:14
Setting Up Apache Kafka For the first time.
Documented date - 10.11.2017
This Guide is for the linux based OS & directories in the Kafka setup can be slightly different in the windows setup.
Mainly we deal with the /bin folder.
for mac - kafka_2.10-0.10.2.0/bin/
for Windows - kafka_2.10-0.10.2.0\bin\windows\
***Note : Every command must be executed in a separate terminal or console except for creating the topic and ending a server.
⚫ Step 1 - Download the source code & extract it