Skip to content

Instantly share code, notes, and snippets.

## **Software Engineer (Technical Lead)**
We’re seeking an experienced **Software Engineer** who can **write high-quality code**, provide thoughtful **technical leadership**, collaborate closely within a **cross-functional team**, and communicate effectively with **non-technical stakeholders**. The ideal candidate demonstrates autonomy, initiative, and a desire to contribute meaningfully to the growth and success of our products and team.
### **What You'll Do:**
- **Write clean, maintainable, and scalable code**, simplifying complex problems into elegant, sustainable solutions.
- **Collaborate effectively** within a cross-functional team environment, actively participating in code reviews, planning, and agile processes.
- **Make architectural decisions** that support the long-term growth and stability of our software systems.
- **Communicate technical ideas clearly**, bridging the gap between technical and non-technical stakeholders.
- **Manage your priorities and focus autonomously**, identifying impactful
const axios = require('axios');
const gql = require('graphql-tag');
const fs = require('fs')
const path = require('path');
const apiUrl = "https://coinstac.rs.gsu.edu/api"; // Base API URL
// -----------------------------
// Authentication
// -----------------------------
import os
import sys
import csv
import pandas as pd
# --- Step 1: Input Validation ---
def validate_input_file(file_path):
"""Checks if the file exists and is accessible."""
if not os.path.exists(file_path):
print(f"Error: {file_path} does not exist.")
# Get all .txt files in the current directory
Get-ChildItem -Filter *.txt | ForEach-Object {
# Read the file content
$filePath = $_.FullName
$content = Get-Content $filePath
# Split the first line by tabs and replace the first and second columns' headers
$header = $content[0] -split "`t"
$header[0] = "Measure:volume"
$header[1] = "subject_000"

For COINSTAC computations, the container must meet the following requirements and interface specifications:

Container Level Requirements:

  1. Mounting Host Directories:
    • The container must allow for the mounting of the following host directories:
      • /workspace/runKit/
      • /workspace/data/
      • /workspace/results
@dylanmartin
dylanmartin / gitso.txt
Last active February 7, 2019 18:03
this is a gist
What is this
o
is this an edit?