Mission and Values
Mission Melchionna PLLC’s mission is to provide outstanding legal services and tax advice. We focus on building a relationship with each client to truly understand their needs and...
Mission Melchionna PLLC’s mission is to provide outstanding legal services and tax advice. We focus on building a relationship with each client to truly understand their needs and...
About us Melchionna PLLC represents and assists North American and European business clients in achieving their goals with sound legal advice and innovative solutions to current...
Auno Abogados (Argentina) recently interviewed Luis Denuble here.
Luca Melchionna presented the latest news on: “Risks and opportunities for Foreign Firms in the US Market” – January 28, 2021 More Info here
Luca Melchionna spoke on: “IoT Cybersecurity Improvement Act, November 2020” – December 3, 2020 More Info here
Luca Melchionna spoke on: “From the Producer to Your Glass – Importation and Distribution of Alcohol in New York” – October 23, 2020 Info here
Luca Melchionna spoke on: “The Current Status of the M&A Market in the US, Q2 and Q3 2020”. More here
U.S. tax authorities across the country have taken emergency measures to provide relief for taxpayers in the wake of the Covid-19 pandemic. Businesses in particular have several...
On April 21, 2020, Congress passed the Paycheck Protection Program and Health Care Enhancement Act, its fourth major coronavirus relief package. The bill amends the CARES Act to...
During the Covid-19 pandemic, alcohol sales and home delivery services for wine, beer and spirits are on the rise. This is due to a novel regulatory approach that changed alcohol...
The CARES Act, enacted March 27, 2020, (P.L. 116-136) includes the new Paycheck Protection Program (PPP), which offers forgivable loans from $1,000 up to $10 million to small...
On March 25, 2020, the United States Senate unanimously approved a $2 trillion rescue package to combat the Covid-19-induced economic downturn...
Hydra includes our ‘Ecko Blocks’ plugin, which introduces additional features to the Code core Gutenberg block. These features include language specific syntax highlighting, multiple color schemes, line numbers, and support for popular languages (complete list can be found below).
// This is an example of the 'Light' color scheme
function wp_get_time(){
if(get_theme_mod('layout_use_custom_date_format', false)){
the_date();
}else{
the_time('jS F Y ');
}
}
// This is an example of the 'Dark' color scheme.
function wp_get_time(){
if(get_theme_mod('layout_use_custom_date_format', false)){
the_date();
}else{
the_time('jS F Y ');
}
}
// This is an example of the 'High Contrast' color scheme.
function wp_get_time(){
if(get_theme_mod('layout_use_custom_date_format', false)){
the_date();
}else{
the_time('jS F Y ');
}
}
If you wish to display line numbers along with a Code block this an be enabled via the included options. Below is an example Code block using line numbers with the Dark color scheme.
const http = require('http');
const hostname = '127.0.0.1';
const port = 3000;
const server = http.createServer((req, res) => {
res.statusCode = 200;
res.setHeader('Content-Type', 'text/plain');
res.end('Hello World\n');
});
server.listen(port, hostname, () => {
console.log(`Server running at http://${hostname}:${port}/`);
});
Below is a preview of some of the above languages being highlighted.
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
.wrapper{
max-width: 1400px;
width: 100%;
@media (max-width: 1470px) {
padding: 0 2.5%;
}
}
def openFile(path):
file = open(path, "r")
content = file.read()
file.close()
return content
def self.consume_front(str, size)
str[0..size] = ''
str.lstrip!
end
ls -la /home
function ivy_get_time(){
if(get_theme_mod('layout_use_custom_date_format', false)){
the_date();
}else{
the_time('jS F Y ');
}
}
Subscribe for Melchionna PLLC newsletter