Skip to content

Instantly share code, notes, and snippets.

View sullemanhossam's full-sized avatar

sullemanhossam

View GitHub Profile
package cronJob
import "fmt"
func HealthCheck() (map[string]string, error) {
// Return a map with details of the ping status
connectionStats := map[string]string{
"Time": ip,
"Bytes": netmask,
import React from "react";
import PropTypes from "prop-types";
import blacklist from "blacklist";
import { Text } from "ink";
const BLACKLIST_PROPS = ["text"];
class Title extends React.Component {
render() {
const props = blacklist(this.props, BLACKLIST_PROPS);
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.1
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.1
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.1
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.2
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
- id: trunk
ref: v1.6.1
import React, {useState, useEffect} from 'react';
import {render} from 'ink';
import fs from 'node:fs';
import path from 'node:path';
import stripAnsi from 'strip-ansi';
import childProcess from 'node:child_process';
import {MainThread} from './progress'; // Adjust this import based on your actual file structure
import {CreatePackageJson} from './create-pkg-json';
/**================================================================================================
const licenses = [
'MIT',
'CC-BY-SA-4.0',
'CC-BY-ND-4.0',
'CC-BY-NC-SA-4.0',
'CC-BY-NC-ND-4.0',
'CC-BY-NC-4.0',
'CC-BY-4.0',
'BSD-4-Clause-UC',
'Apache-2.0',
import {Box, Text} from 'ink';
import React from 'react';
import {render} from 'ink';
import Gradient from 'ink-gradient';
import BigText from 'ink-big-text';
import packageJson from '../package.json' with {type: 'json'};
// Base class for tasks
class Task {
@sullemanhossam
sullemanhossam / images.img
Created July 28, 2024 10:38
Storybook logos
paste some images