Skip to content

Instantly share code, notes, and snippets.

View RaufR's full-sized avatar
🎯
Focusing

Raufur Rahman RaufR

🎯
Focusing
View GitHub Profile
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
export PATH="/opt/homebrew/bin:$PATH"
eval "$(pyenv init --path)"
# Set name of the theme to load --- if set to "random", it will
function Node(data, left, right) {
this.data = data;
this.left = left;
this.right = right;
this.show = show;
}
function show() {
return this.data;
}
const Helloworld = (props) => <h1> Hello World </h1>
function HelloWorld(props) {
return (
<h1>Hello World</h1>
);
}
class HelloWorld extends React.Component {
constructor(props) {
super(props);
}
render () {
return (
<h1>Hello world</h1>
);
}
}
var HelloWorld = React.createClass({
render: function () {
return (
<h1>Hello World</h1>
);
}
});
<template>
<div class="container">
<div class="row">
<div class="container ">
<b-card-group columns class="card-padding " ref="blogs">
<b-card bg-variant="dark" text-variant="white" v-for="blog in blogs" :key="blog.id" :blog="blog"
img-src= "https://i.ytimg.com/vi/27Zx4dB-dLk/maxresdefault.jpg"
img-alt="Image"
img-top