-
open-tamil python package has font convertor functions.
Use it and add a GUI version of it.
-
Current version of convertor is not compatible with python 3. Here is the fixed version:
`# -*- coding: utf-8 -*-
"""Convert the Yelp Dataset Challenge dataset from json format to csv.
For more…
-
-
We don't follow the Google PlanetWars AI Challenge spec, and it's communication format does not seem to be 'better' or more 'developer-friendly' (although it certainly would be faster). But we could e…
-
-
Hello
I tried running this gem as stated in the readme, but got the following error.
```
../syntaxes$ sublime_syntax_convertor purescript.json
Traceback (most recent call last):
3: f…
-
## Make a temperature unit convertor application like (Celsius to Fahrenheit °C to °F)
### Use this formula
1. °F = °C * 9/5 + 32
2. °C = 5/9(°F – 32).
-
instead of having an:
if inflle
if outfile
result=
elif infile
if outifle # repeating the same logic
result =
split if into 2 separate:…
-
here is a simple reproduce code
```
import os
import time
import torch
import torchvision
from torch2trt.torch2trt import *
import numpy as np
class Sparse(torch.nn.Module):
def __…
-
When converting a decimal quantity less than 1, if you leave out the leading 0 (say by typing .07 instead of 0.07) the app will crash. Thanks for the awesome calc!